copyWith method
Implementation
AuthGetRequestOptions copyWith({List<String>? accountIds}) {
return AuthGetRequestOptions(accountIds: accountIds ?? this.accountIds);
}
AuthGetRequestOptions copyWith({List<String>? accountIds}) {
return AuthGetRequestOptions(accountIds: accountIds ?? this.accountIds);
}