mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 04:06:11 -04:00
freezed
This commit is contained in:
parent
6a47363d8c
commit
5e0e389915
6 changed files with 1569 additions and 208 deletions
|
@ -3266,6 +3266,8 @@ abstract class _$$VeilidUpdateValueChangeCopyWith<$Res> {
|
|||
List<ValueSubkeyRange> subkeys,
|
||||
int count,
|
||||
ValueData valueData});
|
||||
|
||||
$ValueDataCopyWith<$Res> get valueData;
|
||||
}
|
||||
|
||||
/// @nodoc
|
||||
|
@ -3303,6 +3305,14 @@ class __$$VeilidUpdateValueChangeCopyWithImpl<$Res>
|
|||
as ValueData,
|
||||
));
|
||||
}
|
||||
|
||||
@override
|
||||
@pragma('vm:prefer-inline')
|
||||
$ValueDataCopyWith<$Res> get valueData {
|
||||
return $ValueDataCopyWith<$Res>(_value.valueData, (value) {
|
||||
return _then(_value.copyWith(valueData: value));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
/// @nodoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue