copyWith method
Создает экземпляр с заданными параметрами
Implementation
@override
GetBindingsRequest copyWith({
String? clientId,
}) {
return GetBindingsRequest(
clientId: clientId ?? this.clientId,
);
}
Создает экземпляр с заданными параметрами
@override
GetBindingsRequest copyWith({
String? clientId,
}) {
return GetBindingsRequest(
clientId: clientId ?? this.clientId,
);
}