copyWith method
Implementation
TerminalId copyWith({Object? value = _acpCopyWithAbsent}) => TerminalId(
identical(value, _acpCopyWithAbsent) ? this.value : value as String,
);
TerminalId copyWith({Object? value = _acpCopyWithAbsent}) => TerminalId(
identical(value, _acpCopyWithAbsent) ? this.value : value as String,
);