Maneuver.fromRawJson constructor
Maneuver.fromRawJson(
- String str
Implementation
factory Maneuver.fromRawJson(String str) =>
Maneuver.fromJson(json.decode(str));
factory Maneuver.fromRawJson(String str) =>
Maneuver.fromJson(json.decode(str));