lastModifiedDate property

DateTime? lastModifiedDate

Implementation

DateTime? get lastModifiedDate {
  return lastModified!;
}