toJson method

Map<String, dynamic> toJson()

Converts a Break to a Map

Implementation

Map<String, dynamic> toJson() => _$BreakToJson(this);