epoch property

int? get epoch
override

Implementation

int? get epoch => _$this._epoch;
set epoch (covariant int? epoch)
covariantoverride

Implementation

set epoch(covariant int? epoch) => _$this._epoch = epoch;