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