UApplyWritesWriteUpdate constructor

const UApplyWritesWriteUpdate({
  1. required Update data,
})

Implementation

const factory UApplyWritesWriteUpdate({required final Update data}) =
    _$UApplyWritesWriteUpdateImpl;