epoch property

int? epoch

Implementation

int? get epoch => _$this._epoch;
void epoch=(int? epoch)

Implementation

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