updatedAt property Null safety
Implementation
Instant? get updatedAt => _$this._updatedAt;
covariant
Implementation
set updatedAt(covariant Instant? updatedAt) => _$this._updatedAt = updatedAt;
Instant? get updatedAt => _$this._updatedAt;
set updatedAt(covariant Instant? updatedAt) => _$this._updatedAt = updatedAt;