lastUpdated property

int? get lastUpdated
override

Implementation

int? get lastUpdated => _$this._lastUpdated;
set lastUpdated (covariant int? lastUpdated)
covariantoverride

Implementation

set lastUpdated(covariant int? lastUpdated) => _$this._lastUpdated = lastUpdated;