GearChoice.fromRawJson constructor

GearChoice.fromRawJson(
  1. String str
)

Implementation

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