CudCubitDeleted<RawValue, PartialValue, Value> constructor

const CudCubitDeleted<RawValue, PartialValue, Value>({
  1. required BuiltList<Value> values,
})

Implementation

const CudCubitDeleted({
  required this.values,
});