createdAt property

  1. @JsonKey.new(toJson: iso8601)
DateTime get createdAt
inherited

When the report was created

Implementation

String? get comment;/// When the report was created
@JsonKey(toJson: iso8601) DateTime get createdAt;