lastModifiedDate property - File class - dart:html library (original) (raw)

description

DateTime getlastModifiedDate

Implementation

DateTime get lastModifiedDate =>
    convertNativeToDart_DateTime(this._get_lastModifiedDate);