createdAt property

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

When this activity was created

Implementation

@ReportViewConverter() ReportView? get report;/// When this activity was created
@JsonKey(toJson: iso8601) DateTime get createdAt;