FocusStatus20 class
Status of focus.
- Annotations
-
- @JsonSerializable()
Constructors
-
FocusStatus20({required double position, required String moveStatus, String? error, Map<
String, dynamic> ? extension}) -
FocusStatus20.fromJson(Map<
String, dynamic> json) -
factory
Properties
- error → String?
-
Error status of focus.
final
-
extension
→ Map<
String, dynamic> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- moveStatus → String
-
Status of focus MoveStatus.
final
- position → double
-
Status of focus position.
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