DataDataOptions extension type

on
Implemented types
Available extensions

Constructors

DataDataOptions({Map map, ControlPosition? controlPosition, JSArray<JSString>? controls, String? drawingMode, JSFunction? featureFactory, JSAny? style})

Properties

controlPosition ControlPosition?
getter/setter pair
controls List<String>?
getter/setter pair
drawingMode String?
getter/setter pair
featureFactory JSFunction?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
map Map
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style JSAny?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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