Capabilities class

The capabilities for the imaging service is returned in the Capabilities element.

Annotations
  • @JsonSerializable()

Constructors

Capabilities({required bool imageStabilization, required bool? presets, required bool? adaptablePreset})
Capabilities.fromJson(Map<String, dynamic> json)
factory

Properties

adaptablePreset bool?
Indicates whether or not imaging preset settings can be updated.
final
hashCode int
The hash code for this object.
no setterinherited
imageStabilization bool
Indicates whether or not Image Stabilization feature is supported. The use of this capability is deprecated, a client should use GetOption to find out if image stabilization is supported.
final
presets bool?
Indicates whether or not Imaging Presets feature is supported.
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