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