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