SpokeTypeCount.fromJson constructor
SpokeTypeCount.fromJson(
- Map json_
Implementation
SpokeTypeCount.fromJson(core.Map json_)
: this(
count: json_['count'] as core.String?,
spokeType: json_['spokeType'] as core.String?,
);