SchemaLegalForceStatus enum

A list of possible statuses for the legal force of a legislation. See https://schema.org/LegalForceStatus

Inheritance
Implemented types
Available extensions

Values

inForce → const SchemaLegalForceStatus

Indicates that a legislation is in force.

const SchemaLegalForceStatus('https://schema.org/LegalForceStatus')
notInForce → const SchemaLegalForceStatus

Indicates that a legislation is currently not in force.

const SchemaLegalForceStatus('https://schema.org/LegalForceStatus')
partiallyInForce → const SchemaLegalForceStatus

Indicates that parts of the legislation are in force, and parts are not.

const SchemaLegalForceStatus('https://schema.org/LegalForceStatus')

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 SchemaLegalForceStatus 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<SchemaLegalForceStatus>
A constant List of the values in this enum, in order of their declaration.