copyWith method
Implementation
TerminalRegisteredResponse copyWith({
TerminalId? data,
}) {
return TerminalRegisteredResponse(
data: data ?? this.data,
);
}
TerminalRegisteredResponse copyWith({
TerminalId? data,
}) {
return TerminalRegisteredResponse(
data: data ?? this.data,
);
}