toJson method

Map<String, dynamic> toJson()

Converts this Route to JSON

Implementation

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