SipConfigModel class
- Annotations
-
- @freezed
Constructors
- SipConfigModel({@JsonKey.new(name: 'sip_server') @Default.new('') String sipServer, @JsonKey.new(name: 'ws_server') @Default.new('') String wsServer, @JsonKey.new(name: 'auth_username') @Default.new('') String authUsername, @Default.new('') String username, @Default.new('') String password, @JsonKey.new(name: 'call_to') @Default.new('') String callTo, @JsonKey.new(name: 'call_to_alias') @Default.new('') String callToAlias, @Default.new(false) bool keyboard})
-
constfactory
-
SipConfigModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- authUsername → String
-
no setterinherited
- callTo → String
-
no setterinherited
- callToAlias → String
-
no setterinherited
-
copyWith
→ $SipConfigModelCopyWith<
SipConfigModel> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyboard → bool
-
no setterinherited
- password → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sipServer → String
-
no setterinherited
- username → String
-
no setterinherited
- wsServer → String
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited