Header class
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- Header({AppSequence? appSequence, dynamic xmlMessageID, dynamic xmlRelatesTo, dynamic xmlTo, dynamic xmlAction})
-
Header.fromJson(Map<
String, dynamic> json) -
factory
Properties
- action → String
-
no setter
- appSequence → AppSequence?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageID → int
-
no setter
- relatesTo → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- to → String
-
no setter
- xmlAction → dynamic
-
final
- xmlMessageID → dynamic
-
final
- xmlRelatesTo → dynamic
-
final
- xmlTo → dynamic
-
final
Methods
-
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