FlutterAnycamFrame class
Constructors
-
FlutterAnycamFrame({required String format, required int width, required int height, required List<
FlutterAnycamPlane> planes, required Uint8List bytes, required int rotation, Map<String, dynamic> ? extras}) -
FlutterAnycamFrame.fromMap(Map<
String, dynamic> map) -
factory
Properties
- bytes → Uint8List
-
final
-
extras
→ Map<
String, dynamic> ? -
final
- format → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int
-
final
-
planes
→ List<
FlutterAnycamPlane> -
final
- rotation → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited