FitDescriptor.fromJson constructor
FitDescriptor.fromJson(
- Map json_
Implementation
FitDescriptor.fromJson(core.Map json_)
: this(fitLevel: json_['fitLevel'] as core.String?);
FitDescriptor.fromJson(core.Map json_)
: this(fitLevel: json_['fitLevel'] as core.String?);