EasyTextLevel enum

文本等级

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.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<EasyTextLevel>
A constant List of the values in this enum, in order of their declaration.