EasyTextLevel enum Null safety

文本等级

Inheritance

Constructors

EasyTextLevel()
const

Values

h1 → const EasyTextLevel

标题 H1

h2 → const EasyTextLevel

标题 H2

h3 → const EasyTextLevel

标题 H3

h4 → const EasyTextLevel

标题 H4

h5 → const EasyTextLevel

标题 H5

content → const EasyTextLevel

内容等级

paragraph → const EasyTextLevel

段落

Properties

hashCode int
The hash code for this object.
read-onlyinherited
index int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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<EasyTextLevel>
A constant List of the values in this enum, in order of their declaration.
[h1, h2, h3, h4, h5, content, paragraph]