Pgs enum

动态修正结果追加方式

Inheritance
Available extensions

Values

apd → const Pgs

该片结果是追加到前面的最终结果

rpl → const Pgs

替换前面的部分结果

Properties

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

Static Methods

tryParse(String? value) Pgs?

Constants

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