GearSelection.fromRawJson constructor

GearSelection.fromRawJson(
  1. String str
)

Implementation

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