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