GroupContentDetails.fromJson constructor

GroupContentDetails.fromJson(
  1. Map json_
)

Implementation

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