Route.fromJson constructor

Route.fromJson(
  1. Map<String, dynamic> json
)

Creates a Route from JSON

Implementation

factory Route.fromJson(Map<String, dynamic> json) => _$RouteFromJson(json);