Service class Null safety

Annotations

Constructors

Service(dynamic xmlNameSpace, dynamic xmlXAddr, Version version, Map<String, dynamic>? capabilites)
Service.fromJson(Map<String, dynamic> json)
factory

Properties

capabilites Map<String, dynamic>?
@JsonKey(name: 'Capabilities'), final
hashCode int
The hash code for this object. [...]
read-only, inherited
nameSpace String
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
version Version
@JsonKey(name: 'Version'), final
xAddr String
read-only
xmlNameSpace → dynamic
@JsonKey(name: 'Namespace'), final
xmlXAddr → dynamic
@JsonKey(name: 'XAddr'), 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. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited