SchemaDigitalPlatformEnumeration enum
//github.com/schemaorg/schemaorg/issues/3057). See https://schema.org/DigitalPlatformEnumeration
Values
- androidPlatform → const SchemaDigitalPlatformEnumeration
-
Represents the broad notion of Android-based operating systems.
const SchemaDigitalPlatformEnumeration('https://schema.org/DigitalPlatformEnumeration')
- desktopWebPlatform → const SchemaDigitalPlatformEnumeration
-
Represents the broad notion of 'desktop' browsers as a Web Platform.
const SchemaDigitalPlatformEnumeration('https://schema.org/DigitalPlatformEnumeration')
- genericWebPlatform → const SchemaDigitalPlatformEnumeration
-
Represents the generic notion of the Web Platform. More specific codes include
SchemaMobileWebPlatform
andSchemaDesktopWebPlatform
, as an incomplete list.const SchemaDigitalPlatformEnumeration('https://schema.org/DigitalPlatformEnumeration')
- iOSPlatform → const SchemaDigitalPlatformEnumeration
-
Represents the broad notion of iOS-based operating systems.
const SchemaDigitalPlatformEnumeration('https://schema.org/DigitalPlatformEnumeration')
- mobileWebPlatform → const SchemaDigitalPlatformEnumeration
-
Represents the broad notion of 'mobile' browsers as a Web Platform.
const SchemaDigitalPlatformEnumeration('https://schema.org/DigitalPlatformEnumeration')
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 SchemaDigitalPlatformEnumeration to JSON-LD
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SchemaDigitalPlatformEnumeration> - A constant List of the values in this enum, in order of their declaration.