toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final endUtcSec = this.endUtcSec;
  final startUtcSec = this.startUtcSec;
  return {'endUtcSec': ?endUtcSec, 'startUtcSec': ?startUtcSec};
}