StationModel.fromJson constructor

StationModel.fromJson(
  1. String source
)

Implementation

factory StationModel.fromJson(String source) =>
    StationModel.fromMap(json.decode(source));