GroupContentDetails.fromJson constructor
GroupContentDetails.fromJson(
- Map json_
Implementation
GroupContentDetails.fromJson(core.Map json_)
: this(
itemCount: json_['itemCount'] as core.String?,
itemType: json_['itemType'] as core.String?,
);