menu
easy_onvif
shared
Zoom
Zoom.fromString factory constructor
Zoom.fromString
brightness_4
brightness_5
Zoom.fromString
constructor
Zoom.fromString
(
{
required
String
x
}
)
Implementation
factory Zoom.fromString({required String x}) => Zoom(x: double.parse(x));
easy_onvif
shared
Zoom
Zoom.fromString factory constructor
Zoom class