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