Category enum
Values
- autosAndVehicles → const Category
-
const Category(2)
- filmAndAnimation → const Category
-
const Category(1)
- music → const Category
-
const Category(10)
- petsAndAnimals → const Category
-
const Category(15)
- sports → const Category
-
const Category(17)
- shortMovies → const Category
-
const Category(18)
- travelAndEvents → const Category
-
const Category(19)
- gaming → const Category
-
const Category(20)
- videoblogging → const Category
-
const Category(21)
- peopleAndBlogs → const Category
-
const Category(22)
- comedy → const Category
-
const Category(23)
- entertainment → const Category
-
const Category(24)
- newsAndPolitics → const Category
-
const Category(25)
- howToAndStyle → const Category
-
const Category(26)
- education → const Category
-
const Category(27)
- scienceAndTechnology → const Category
-
const Category(28)
- nonprofitsAndActivism → const Category
-
const Category(29)
- movies → const Category
-
const Category(30)
- animeAndAnimation → const Category
-
const Category(31)
- actionAndAdventure → const Category
-
const Category(32)
- classics → const Category
-
const Category(33)
- comedy2 → const Category
-
const Category(34)
- documentary → const Category
-
const Category(35)
- drama → const Category
-
const Category(36)
- family → const Category
-
const Category(37)
- foreign → const Category
-
const Category(38)
- horror → const Category
-
const Category(39)
- scifiAndFantasy → const Category
-
const Category(40)
- thriller → const Category
-
const Category(41)
- shorts → const Category
-
const Category(42)
- shows → const Category
-
const Category(43)
- trailers → const Category
-
const Category(44)
Properties
- categoryId → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromCategoryId(
int id) → Category?