Skip to main content

TileType enum

Represents the type of the tile.

Inheritance

: - Object

Available extensions

: - EnumName

Values

user [→ const TileType]

: Represents the tile of the user.

attendee [→ const TileType]

: Represents the tile of the attendee.

org [→ const TileType]

: Represents the tile of the organization.

option [→ const TileType]

: Represents the tile of the option.

Properties

[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::

[index] [→ int] : A numeric identifier for the enumerated value. ::: features no setterinherited :::

[name] [→ String]

: Available on Enum, provided by the EnumName extension

The name of the enum value.

::: features no setter :::

[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::

Methods

[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::

[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::

Operators

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

Constants

[values] [→ const List[<[TileType]>]] : A constant List of the values in this enum, in order of their declaration.

  1. talawa
  2. enums
  3. TileType enum
enums library