build method

DVCEvent build()

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

Implementation

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