FullTextLanguage enum Null safety Query

A language which can be used to configure as the primary language for a full text index.

Implemented types

Constants

danish → const FullTextLanguage
const FullTextLanguage(0)
dutch → const FullTextLanguage
const FullTextLanguage(1)
english → const FullTextLanguage
const FullTextLanguage(2)
finnish → const FullTextLanguage
const FullTextLanguage(3)
french → const FullTextLanguage
const FullTextLanguage(4)
german → const FullTextLanguage
const FullTextLanguage(5)
hungarian → const FullTextLanguage
const FullTextLanguage(6)
italian → const FullTextLanguage
const FullTextLanguage(7)
norwegian → const FullTextLanguage
const FullTextLanguage(8)
portuguese → const FullTextLanguage
const FullTextLanguage(9)
romanian → const FullTextLanguage
const FullTextLanguage(10)
russian → const FullTextLanguage
const FullTextLanguage(11)
spanish → const FullTextLanguage
const FullTextLanguage(12)
swedish → const FullTextLanguage
const FullTextLanguage(13)
turkish → const FullTextLanguage
const FullTextLanguage(14)
values → const List<FullTextLanguage>

A constant List of the values in this enum, in order of their declaration.

const List<FullTextLanguage>

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

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