build method

DVCUser build()

Constructs a DVCUser instance from the values currently in the builder.

Implementation

DVCUser build() {
  return DVCUser._builder(this);
}