lastUpdated property

DateTime? get lastUpdated

When the resource last changed - e.g. when the version changed.

Implementation

DateTime? get lastUpdated => lastUpdatedField.getValue(_json);