Arcana enum Null safety

Implemented types

Constants

chariot → const Arcana
const Arcana(7)
death → const Arcana
const Arcana(13)
devil → const Arcana
const Arcana(15)
emperor → const Arcana
const Arcana(4)
empress → const Arcana
const Arcana(3)
fool → const Arcana
const Arcana(0)
fortune → const Arcana
const Arcana(10)
hanged → const Arcana
const Arcana(12)
hermit → const Arcana
const Arcana(9)
hierophant → const Arcana
const Arcana(5)
judgement → const Arcana
const Arcana(20)
justice → const Arcana
const Arcana(11)
lovers → const Arcana
const Arcana(6)
magician → const Arcana
const Arcana(1)
moon → const Arcana
const Arcana(18)
priestess → const Arcana
const Arcana(2)
star → const Arcana
const Arcana(17)
strength → const Arcana
const Arcana(8)
sun → const Arcana
const Arcana(19)
temperance → const Arcana
const Arcana(14)
tower → const Arcana
const Arcana(16)
values → const List<Arcana>

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

const List<Arcana>

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

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