StopResponse.fromJson constructor Null safety

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

Implementation

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