Header class Null safety
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- Header({AppSequence? appSequence, required int messageID, required String relatesTo, required String to, required String action})
-
Header.fromJson(Map<
String, dynamic> json) -
factory
Properties
- action → String
-
@JsonKey(name: 'Action', fromJson: OnvifUtil.mappedToString), final
- appSequence → AppSequence?
-
@JsonKey(name: 'AppSequence'), final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- messageID → int
-
@JsonKey(name: 'MessageID', fromJson: OnvifUtil.mappedToInt), final
- relatesTo → String
-
@JsonKey(name: 'RelatesTo', fromJson: OnvifUtil.mappedToString), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- to → String
-
@JsonKey(name: 'To', fromJson: OnvifUtil.mappedToString), 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