createdAt property

  1. @JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
DateTime createdAt

Reserved field indicating when the message was created.

Implementation

@JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
DateTime get createdAt => _createdAt ?? DateTime.now();