PassioCameraZoomLevel class
This class represents the camera zoom levels, including minimum and maximum values.
Constructors
- PassioCameraZoomLevel({double? minZoomLevel, double? maxZoomLevel})
-
Creates a new instance of PassioCameraZoomLevel with the provided values.
const
-
PassioCameraZoomLevel.fromJson(Map<
String, dynamic> json) -
Creates a PassioCameraZoomLevel instance from a JSON map.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- maxZoomLevel → double?
-
The maximum zoom level allowed.
final
- minZoomLevel → double?
-
The minimum zoom level allowed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this PassioCameraZoomLevel instance to a JSON map.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override