updatedAt property Null safety

Instant? updatedAt

Implementation

Instant? get updatedAt => _$this._updatedAt;
void updatedAt=(covariant Instant? updatedAt)
covariant

Implementation

set updatedAt(covariant Instant? updatedAt) => _$this._updatedAt = updatedAt;