SchemaGamePlayMode enum
Indicates whether this game is multi-player, co-op or single-player. See https://schema.org/GamePlayMode
- Inheritance
 - Implemented types
 - Available extensions
 
Values
- coOp → const SchemaGamePlayMode
 - 
  
CoOp. Co-operative games, where you play on the same team with friends.
const SchemaGamePlayMode('https://schema.org/GamePlayMode') - multiPlayer → const SchemaGamePlayMode
 - 
  
MultiPlayer. Requiring or allowing multiple human players to play simultaneously.
const SchemaGamePlayMode('https://schema.org/GamePlayMode') - singlePlayer → const SchemaGamePlayMode
 - 
  
SinglePlayer. Which is played by a lone player.
const SchemaGamePlayMode('https://schema.org/GamePlayMode') 
Properties
- 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
 - value → String
 - 
  Enum value as a string
  final
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJsonLd(
) → String  - 
  Serialize SchemaGamePlayMode to JSON-LD
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited
 
Constants
- 
    values
  → const List<
SchemaGamePlayMode>  - A constant List of the values in this enum, in order of their declaration.