Stop.fromJson constructor

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

Implementation

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