easy_onvif
zoom
Zoom
Zoom.fromInt factory constructor
Zoom.fromInt
Zoom.fromInt
constructor
Null safety
Zoom.fromInt
(
{
required
int
x
}
)
Implementation
factory Zoom.fromInt({required int x}) => Zoom(x: x == 0 ? 0 : (x / 10000.0));
easy_onvif
zoom
Zoom
Zoom.fromInt factory constructor
Zoom class
Constructors
Zoom
fromInt
fromJson
fromString
Properties
hashCode
runtimeType
space
x
Methods
noSuchMethod
toJson
toString
Operators
operator ==