epoch property

String get epoch

Implementation

String get epoch => _epoch ?? '';
set epoch (String epoch)

Implementation

set epoch(String epoch) => _epoch = epoch;