Header class
- Implemented types
- Annotations
-
- @JsonSerializable()
Constructors
- Header({Security? security, AppSequence? appSequence, String? messageID, String? relatesTo, String? to, String? action})
-
Header.fromJson(Map<
String, dynamic> json) -
factory
Properties
- action → String?
-
final
- appSequence → AppSequence?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageID → String?
-
final
- relatesTo → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- security → Security?
-
final
- to → String?
-
final
Methods
-
buildXml(
XmlBuilder builder, {String tag = 'Header', String? namespace = Xmlns.s}) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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