lastModifiedDate property

DateTime? get lastModifiedDate

Implementation

DateTime? get lastModifiedDate {
  return lastModified!;
}