Stop.fromJson constructor

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

Implementation

factory Stop.fromJson(Map<String, dynamic> json) =>
    FromJsonFactory().fromJson(json) as Stop;