CallAppSettingBuilder class
CallAppSettingBuilder
is a builder class for CallAppSettings
.
Use this class to create an instance of CallAppSettings
.
Constructors
- CallAppSettingBuilder()
-
Default constructor for
CallAppSettingBuilder
.
Properties
- appId ↔ String?
-
The
appId
of the call.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ String?
-
The
host
of the call.getter/setter pair - region ↔ String?
-
The
region
of the call.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → CallAppSettings -
Builds an instance of
CallAppSettings
with the parameters set in this builder. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited