build method
Builds an instance of CallAppSettings
with the parameters set in this builder.
Implementation
CallAppSettings build() {
return CallAppSettings._builder(this);
}
Builds an instance of CallAppSettings
with the parameters set in this builder.
CallAppSettings build() {
return CallAppSettings._builder(this);
}