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