DLCPersona enum Null safety
- Implemented types
Constants
- ariadne → const DLCPersona
-
const DLCPersona(5)
- asterius → const DLCPersona
-
const DLCPersona(6)
- izanagi → const DLCPersona
-
const DLCPersona(1)
- kaguya → const DLCPersona
-
const DLCPersona(4)
- magatsu → const DLCPersona
-
const DLCPersona(3)
- messiah → const DLCPersona
-
const DLCPersona(8)
- orpheus → const DLCPersona
-
const DLCPersona(0)
- thanatos → const DLCPersona
-
const DLCPersona(2)
- tsukiyomi → const DLCPersona
-
const DLCPersona(7)
-
values
→ const List<
DLCPersona> -
A constant List of the values in this enum, in order of their declaration.
const List<
DLCPersona>
Properties
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