build method
Constructs a DevCycleUser instance from the values currently in the builder.
Implementation
DevCycleUser build() {
return DevCycleUser._builder(this);
}
Constructs a DevCycleUser instance from the values currently in the builder.
DevCycleUser build() {
return DevCycleUser._builder(this);
}