toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() =>
    {'time': this.time, 'unit': this.unit.toString()};