FitDescriptor.fromJson constructor

FitDescriptor.fromJson(
  1. Map json_
)

Implementation

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