MacrosFromAccessors enum

Verify that we can define and use macros inside accessors.

Constants

macroDefinedHere → const MacrosFromAccessors

Define a macro. This is a macro defined in an Enum accessor.

const MacrosFromAccessors(0)
macroReferencedHere → const MacrosFromAccessors

Reference a macro. This is a macro defined in an Enum accessor.

const MacrosFromAccessors(1)
values → const List<MacrosFromAccessors>

A constant List of the values in this enum, in order of their declaration.

const List<MacrosFromAccessors>

Properties

index → int

The integer index of this enum.

final
hashCode → int
read-only, inherited
runtimeType → Type
read-only, inherited

Methods

toString() → String
override
noSuchMethod(Invocation invocation) → dynamic
inherited

Operators

operator ==(dynamic other) → bool
inherited