CameraClosingEvent class
An event fired when the camera is going to close.
- Inheritance
-
- Object
- CameraEvent
- CameraClosingEvent
Constructors
- CameraClosingEvent(int cameraId)
-
Build a CameraClosing event triggered from the camera represented by
cameraId
.const -
CameraClosingEvent.fromJson(Map<
String, dynamic> json) - Converts the supplied Map to an instance of the CameraClosingEvent class.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the CameraClosingEvent instance into a Map instance that can be serialized to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override