lastErrorDate property

int? get lastErrorDate
override

Implementation

int? get lastErrorDate => _$this._lastErrorDate;
set lastErrorDate (covariant int? lastErrorDate)
covariantoverride

Implementation

set lastErrorDate(covariant int? lastErrorDate) => _$this._lastErrorDate = lastErrorDate;