StopPointRouteSection.fromJson constructor

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

Implementation

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