PublicDemographic enum Null safety
Constructors
- PublicDemographic()
-
const
Values
- shounen → const PublicDemographic
-
const PublicDemographic(0)
- shoujo → const PublicDemographic
-
const PublicDemographic(1)
- josei → const PublicDemographic
-
const PublicDemographic(2)
- seinen → const PublicDemographic
-
const PublicDemographic(3)
- none → const PublicDemographic
-
const PublicDemographic(4)
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PublicDemographic> -
A constant List of the values in this enum, in order of their declaration.
[shounen, shoujo, josei, seinen, none]