copyWith method
Implementation
KillTerminalResponse copyWith({Object? meta = _acpCopyWithAbsent}) =>
KillTerminalResponse(
meta: identical(meta, _acpCopyWithAbsent)
? this.meta
: meta as AcpJsonMap?,
);
KillTerminalResponse copyWith({Object? meta = _acpCopyWithAbsent}) =>
KillTerminalResponse(
meta: identical(meta, _acpCopyWithAbsent)
? this.meta
: meta as AcpJsonMap?,
);