GroupsGetSubAdminsOfGroupResponseApplicationJson constructor

GroupsGetSubAdminsOfGroupResponseApplicationJson([
  1. void b(
    1. GroupsGetSubAdminsOfGroupResponseApplicationJsonBuilder
    )?
])

Creates a new GroupsGetSubAdminsOfGroupResponseApplicationJson object using the builder pattern.

Implementation

factory GroupsGetSubAdminsOfGroupResponseApplicationJson([
  void Function(GroupsGetSubAdminsOfGroupResponseApplicationJsonBuilder)? b,
]) = _$GroupsGetSubAdminsOfGroupResponseApplicationJson;