PublicDemographic enum Null safety
Constants
- josei → const PublicDemographic
-
const PublicDemographic(2)
- none → const PublicDemographic
-
const PublicDemographic(4)
- seinen → const PublicDemographic
-
const PublicDemographic(3)
- shoujo → const PublicDemographic
-
const PublicDemographic(1)
- shounen → const PublicDemographic
-
const PublicDemographic(0)
-
values
→ const List<
PublicDemographic> -
A constant List of the values in this enum, in order of their declaration.
const List<
PublicDemographic>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited