lastModifiedDate property

DateTime lastModifiedDate
@DocsEditable(), @DomName('File.lastModifiedDate')

Implementation

@DomName('File.lastModifiedDate')
@DocsEditable()
DateTime get lastModifiedDate =>
    convertNativeToDart_DateTime(this._get_lastModifiedDate);