lastModified property

  1. @JsonKey(name: 'last_modified')
DateTime? lastModified
final

The date t he file was last modified.

Implementation

@JsonKey(name: 'last_modified')
final DateTime? lastModified;