lastModified property

String get lastModified

Gets the date that the page was last modified, if the page supplies one.

MDN Reference

Implementation

_i2.String get lastModified => _i4.getProperty(
      this,
      'lastModified',
    );