AssociateSigninDelegateGroupsWithAccountResponse.fromJson constructor

AssociateSigninDelegateGroupsWithAccountResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory AssociateSigninDelegateGroupsWithAccountResponse.fromJson(
    Map<String, dynamic> _) {
  return AssociateSigninDelegateGroupsWithAccountResponse();
}