Future<DateTime> lastModified( )

Get the last-modified time of the file. Returns a Future<DateTime> that completes with a DateTime object for the modification date.

Source

/**
 * Get the last-modified time of the file. Returns a
 * [:Future<DateTime>:] that completes with a [DateTime] object for the
 * modification date.
 */
Future<DateTime> lastModified();