BeDeviceParameter class

Inheritance

Constructors

BeDeviceParameter({required VendorModelInfo vendorModelInfo, required IpAndPort ipAndPort, required Status status, required String duration, required String pitch, required String volume})
BeDeviceParameter.fromXML(String xmlSTR)
factory

Properties

duration String
final
hashCode int
The hash code for this object.
no setterinherited
ipAndPort IpAndPort
finalinherited
pitch String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status
getter/setter pairinherited
vendorModelInfo VendorModelInfo
finalinherited
volume String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXML() String
override

Operators

operator ==(Object other) bool
The equality operator.
inherited