CameraEffectArguments class

This model class represents a set of Arguments that are used to configure an Effect in the Camera.

Constructors

CameraEffectArguments({required String argumentKey, String? argumentValue, List<String>? argumentList})
Default constructor
const

Properties

argumentKey String
The key for the argument.
final
argumentList List<String>?
The values of the argument.
final
argumentValue String?
The value of the argument.
final
hashCode int
The hash code for this object.
no setterinherited
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>
Method to map the data of a CameraEffectArguments object into a Map and use for channel method call.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited