lastModified property

DateTime? get lastModified

When the source itself last changed, when parseable.

A date-only value is read as midnight UTC.

Implementation

DateTime? get lastModified => _parseInstant(raw['last_modified']);