UpdateBuilder<T> constructor

const UpdateBuilder<T>(
  1. Update<T> update
)

Implementation

const UpdateBuilder(this.update);