Focus class

Focus configuration.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Focus({required String autoFocusMode, required double? defaultSpeed, required double? nearLimit, required double? farLimit})
Focus.fromJson(Map<String, dynamic> json)
factory

Properties

autoFocusMode String
AutoFocusMode - enum { 'AUTO', 'MANUAL' }
final
defaultSpeed double?
Optional level parameter (unit unspecified).
final
farLimit double?
final
hashCode int
The hash code for this object.
no setterinherited
nearLimit double?
Parameter to set autofocus near limit (unit: meter).
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>
toString() String
A string representation of this object.
override

Operators

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