MapWidgetDebugOptionsData enum

Raw Pigeon enum underlying the MapWidgetDebugOptions typed wrapper. Exposed publicly (rather than with an underscore prefix) because the wrapper now lives in the platform-interface package and needs to round- trip values across package boundaries for mobile's Pigeon channels.

Inheritance
Available extensions

Values

tileBorders → const MapWidgetDebugOptionsData
parseStatus → const MapWidgetDebugOptionsData
timestamps → const MapWidgetDebugOptionsData
collision → const MapWidgetDebugOptionsData
overdraw → const MapWidgetDebugOptionsData
stencilClip → const MapWidgetDebugOptionsData
depthBuffer → const MapWidgetDebugOptionsData
modelBounds → const MapWidgetDebugOptionsData
terrainWireframe → const MapWidgetDebugOptionsData
layers2DWireframe → const MapWidgetDebugOptionsData
layers3DWireframe → const MapWidgetDebugOptionsData
light → const MapWidgetDebugOptionsData
camera → const MapWidgetDebugOptionsData
padding → const MapWidgetDebugOptionsData

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<MapWidgetDebugOptionsData>
A constant List of the values in this enum, in order of their declaration.