Code class

Constructors

Code({required CodeType type, required String codeTitle, required String fnc1})
const

Properties

codeTitle String
Code title
final
fnc1 String
FNC1 (Prefix) for code
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type CodeType
Code type
final

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.
override

Static Properties

CODES Map<CodeType, Code>
Codes
final
UNDEFINED_CODE Code
Undefined code with empty prefix
final