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