GoogleFirebaseAppdistroV1Group.fromJson constructor

GoogleFirebaseAppdistroV1Group.fromJson(
  1. Map json_
)

Implementation

GoogleFirebaseAppdistroV1Group.fromJson(core.Map json_)
  : this(
      displayName: json_['displayName'] as core.String?,
      inviteLinkCount: json_['inviteLinkCount'] as core.int?,
      name: json_['name'] as core.String?,
      releaseCount: json_['releaseCount'] as core.int?,
      testerCount: json_['testerCount'] as core.int?,
    );