CameraSize class Null safety
Image size (width and height dimensions).
- Annotations
-
- @Reference('android_hardware/camera/CameraSize')
Constructors
- CameraSize(int width, int height)
- Default constructor for CameraSize.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
@ReferenceMethod(ignore: true)override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited