RouteResponse.fromJson constructor

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

Implementation

RouteResponse.fromJson(Map<String, dynamic> json) {
  route = RouteApiDto.fromJson(json['route']);
}