UApplyWritesWriteDelete constructor

const UApplyWritesWriteDelete({
  1. required Delete data,
})

Implementation

const factory UApplyWritesWriteDelete({required final Delete data}) =
    _$UApplyWritesWriteDeleteImpl;