lastModified property
- @JsonKey(name: 'last_modified_t', includeIfNull: false, fromJson: JsonHelper.timestampToDate, toJson: JsonHelper.dateToTimestamp)
getter/setter pair
Latest modification timestamp. Read-only.
Implementation
@JsonKey(
name: 'last_modified_t',
includeIfNull: false,
fromJson: JsonHelper.timestampToDate,
toJson: JsonHelper.dateToTimestamp)
DateTime? lastModified;