Cause enum

Created by luis901101 on 2020-01-07.

Inheritance

Constructors

Cause()
const

Values

PARTIAL_FORMAT_IN_PROGRESS → const Cause
HEAD_COLD → const Cause
HEAD_OPEN → const Cause
HEAD_TOO_HOT → const Cause
PAPER_OUT → const Cause
RIBBON_OUT → const Cause
RECEIVE_BUFFER_FULL → const Cause
NO_CONNECTION → const Cause
UNKNOWN → const Cause

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<Cause>
A constant List of the values in this enum, in order of their declaration.