updatedAt property

  1. @JsonKey.new(includeToJson: true)
  2. @TimestampOrDateTimeConverter()
DateTime get updatedAt

Implementation

@JsonKey(includeToJson: true)
@TimestampOrDateTimeConverter()
DateTime get updatedAt => gNow;