easy_onvif
easy_onvif
Zoom
Zoom.fromString factory constructor
Zoom.fromString
Zoom.fromString
constructor
Null safety
Zoom.fromString
(
{
required
String
x
}
)
Implementation
factory Zoom.fromString({required String x}) => Zoom(x: double.parse(x));
easy_onvif
easy_onvif
Zoom
Zoom.fromString factory constructor
Zoom class
Constructors
Zoom
fromInt
fromJson
fromString
Properties
hashCode
runtimeType
space
x
Methods
noSuchMethod
toJson
toString
Operators
operator ==