StationInterval.fromJson constructor

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

Implementation

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