NetworkProtocol class Null safety
- Annotations
- @JsonSerializable(explicitToJson: true)
Constructors
- NetworkProtocol(dynamic xmlName, dynamic xmlEnabled, dynamic xmlPort)
-
NetworkProtocol.fromJson(Map<
String, dynamic> json) -
factory
Properties
- enabled → bool
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name → String
-
read-only
- port → int
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- xmlEnabled → dynamic
-
@JsonKey(name: 'Enabled'), final
- xmlName → dynamic
-
@JsonKey(name: 'Name'), final
- xmlPort → dynamic
-
@JsonKey(name: 'Port'), final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited