Zoom.fromString constructor
Zoom.fromString({
- required String x,
Implementation
factory Zoom.fromString({required String x}) => Zoom(x: double.parse(x));
factory Zoom.fromString({required String x}) => Zoom(x: double.parse(x));