ReadingSeverity enum

How much attention one reading is asking for.

The thresholds are the subject's, so the severity arrives with the reading rather than being computed here. This panel used to decide it itself, from a row count against 1 000 / 10 000 / 50 000 — three numbers that are a fact about one kind of table and about nothing else. A gallery that holds them is a gallery that knows its subject is a table.

Inheritance
Available extensions

Values

normal → const ReadingSeverity
notable → const ReadingSeverity
high → const ReadingSeverity
critical → const ReadingSeverity

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

Constants

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