SwimLengthsDataRollupValue.fromJson constructor

SwimLengthsDataRollupValue.fromJson(
  1. Map json_
)

Implementation

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