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