RuleModelFieldValueType enum

The type of ModelFieldValue in the Firestore rules.

FirestoreのルールのModelFieldValueの型。

Inheritance

Constructors

RuleModelFieldValueType()
const

Values

modelCounter → const RuleModelFieldValueType

ModelCounter.

ModelCounter

modelTimestamp → const RuleModelFieldValueType

ModelTimestamp.

ModelTimestamp

modelDate → const RuleModelFieldValueType

ModelDate.

ModelDate

modelCommand → const RuleModelFieldValueType

ModelCommand.

ModelCommand

modelGeoValue → const RuleModelFieldValueType

ModelGeoValue.

ModelGeoValue

modelUri → const RuleModelFieldValueType

ModelUri.

ModelUri

modelImageUri → const RuleModelFieldValueType

ModelImageUri.

ModelImageUri

modelVideoUri → const RuleModelFieldValueType

ModelVideoUri.

ModelVideoUri

modelLocale → const RuleModelFieldValueType

ModelLocale.

ModelLocale

modelLocalizedValue → const RuleModelFieldValueType

ModelLocalizedValue.

ModelLocalizedValue

modelRef → const RuleModelFieldValueType

ModelRef.

ModelRef

modelSearch → const RuleModelFieldValueType

ModelSearch.

ModelSearch

modelToken → const RuleModelFieldValueType

ModelToken.

ModelToken

Properties

code String
Get the code.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
label String
Get the label.
no setter
nullableCode String
Get Null-able codes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(StringBuffer buffer) StringBuffer
Apply to StringBuffer.
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

Constants

values → const List<RuleModelFieldValueType>
A constant List of the values in this enum, in order of their declaration.