epoch property

String epoch

Implementation

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

Implementation

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