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