createdAt property
date and time message was created
Implementation
@JsonKey(name: "created_at", fromJson: createdAtFromJson)
@HiveField(5)
final String createdAt;
date and time message was created
@JsonKey(name: "created_at", fromJson: createdAtFromJson)
@HiveField(5)
final String createdAt;