ListStyleType enum
Values
- arabicIndic → const ListStyleType
-
const ListStyleType('arabic-indic') - armenian → const ListStyleType
-
const ListStyleType('armenian') - lowerArmenian → const ListStyleType
-
const ListStyleType('lower-armenian') - upperArmenian → const ListStyleType
-
const ListStyleType('upper-armenian') - bengali → const ListStyleType
-
const ListStyleType('bengali') - cambodian → const ListStyleType
-
const ListStyleType('cambodian') - khmer → const ListStyleType
-
const ListStyleType('khmer') - circle → const ListStyleType
-
const ListStyleType('circle') - cjkDecimal → const ListStyleType
-
const ListStyleType('cjk-decimal') - cjkEarthlyBranch → const ListStyleType
-
const ListStyleType('cjk-earthly-branch') - cjkHeavenlyStem → const ListStyleType
-
const ListStyleType('cjk-heavenly-stem') - cjkIdeographic → const ListStyleType
-
const ListStyleType('cjk-ideographic') - decimal → const ListStyleType
-
const ListStyleType('decimal') - decimalLeadingZero → const ListStyleType
-
const ListStyleType('decimal-leading-zero') - devanagari → const ListStyleType
-
const ListStyleType('devanagari') - disc → const ListStyleType
-
const ListStyleType('disc') - disclosureClosed → const ListStyleType
-
const ListStyleType('disclosure-closed') - disclosureOpen → const ListStyleType
-
const ListStyleType('disclosure-open') - ethiopicNumeric → const ListStyleType
-
const ListStyleType('ethiopic-numeric') - georgian → const ListStyleType
-
const ListStyleType('georgian') - gujarati → const ListStyleType
-
const ListStyleType('gujarati') - gurmukhi → const ListStyleType
-
const ListStyleType('gurmukhi') - hebrew → const ListStyleType
-
const ListStyleType('hebrew') - hiragana → const ListStyleType
-
const ListStyleType('hiragana') - hiraganaIroha → const ListStyleType
-
const ListStyleType('hiragana-iroha') - japaneseFormal → const ListStyleType
-
const ListStyleType('japanese-formal') - japaneseInformal → const ListStyleType
-
const ListStyleType('japanese-informal') - kannada → const ListStyleType
-
const ListStyleType('kannada') - katakana → const ListStyleType
-
const ListStyleType('katakana') - katakanaIroha → const ListStyleType
-
const ListStyleType('katakana-iroha') - koreanHangulFormal → const ListStyleType
-
const ListStyleType('korean-hangul-formal') - koreanHanjaInformal → const ListStyleType
-
const ListStyleType('korean-hanja-informal') - koreanHanjaFormal → const ListStyleType
-
const ListStyleType('korean-hanja-formal') - lao → const ListStyleType
-
const ListStyleType('lao') - lowerAlpha → const ListStyleType
-
const ListStyleType('lower-alpha') - lowerGreek → const ListStyleType
-
const ListStyleType('lower-greek') - lowerLatin → const ListStyleType
-
const ListStyleType('lower-latin') - lowerRoman → const ListStyleType
-
const ListStyleType('lower-roman') - malayalam → const ListStyleType
-
const ListStyleType('malayalam') - mongolian → const ListStyleType
-
const ListStyleType('mongolian') - myanmar → const ListStyleType
-
const ListStyleType('myanmar') - none → const ListStyleType
-
const ListStyleType('none') - oriya → const ListStyleType
-
const ListStyleType('oriya') - persian → const ListStyleType
-
const ListStyleType('persian') - simpChineseFormal → const ListStyleType
-
const ListStyleType('simp-chinese-formal') - simpChineseInformal → const ListStyleType
-
const ListStyleType('simp-chinese-informal') - square → const ListStyleType
-
const ListStyleType('square') - tamil → const ListStyleType
-
const ListStyleType('tamil') - telugu → const ListStyleType
-
const ListStyleType('telugu') - thai → const ListStyleType
-
const ListStyleType('thai') - tibetan → const ListStyleType
-
const ListStyleType('tibetan') - tradChineseFormal → const ListStyleType
-
const ListStyleType('trad-chinese-formal') - tradChineseInformal → const ListStyleType
-
const ListStyleType('trad-chinese-informal') - upperAlpha → const ListStyleType
-
const ListStyleType('upper-alpha') - upperLatin → const ListStyleType
-
const ListStyleType('upper-latin') - upperRoman → const ListStyleType
-
const ListStyleType('upper-roman')
Properties
- counterStyle → String
-
final
- 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
Methods
-
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<
ListStyleType> - A constant List of the values in this enum, in order of their declaration.