lastEdit property

  1. @JsonKey(name: 'last_edit', fromJson: JsonHelper.stringTimestampToDate)
DateTime lastEdit
final

Implementation

@JsonKey(
  name: 'last_edit',
  fromJson: JsonHelper.stringTimestampToDate,
)
final DateTime lastEdit;