easy_onvif
envelope
Envelope
Envelope constructor
Envelope
Envelope
constructor
Null safety
Envelope
(
{
required
Body
body
,
Header
?
header
}
)
Implementation
Envelope({required this.body, this.header});
easy_onvif
envelope
Envelope
Envelope constructor
Envelope class
Constructors
Envelope
fromJson
fromXml
Properties
body
hashCode
header
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==