Dart
dart:html
File
lastModifiedDate property
lastModifiedDate
File class
Constructors
File
Properties
lastModified
lastModifiedDate
name
relativePath
hashCode
runtimeType
size
type
Methods
noSuchMethod
slice
toString
Operators
operator ==
lastModifiedDate property
DateTime
lastModifiedDate
Implementation
DateTime get lastModifiedDate => convertNativeToDart_DateTime(this._get_lastModifiedDate);