AnnotationConfiguration class abstract

Annotation configuration class. Used to configure annotation presets.

Implementers

Constructors

AnnotationConfiguration()

Properties

blendMode BlendMode?
Available only on iOS
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
properties Map<AnnotationConfigurationProperty, dynamic>?
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
setProperty(AnnotationConfigurationProperty property, dynamic value) → void
Specify more annotation properties which can be used to configure annotation presets. These may not be available on all platforms. AnnotationConfigurationProperty is an enum which contains all the available properties. The value of the property can be of any type.
toMap() Map<String, dynamic>
Returns a map of properties. This method is used internally by the SDK.
toString() String
A string representation of this object.
inherited

Operators

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