WALLET_EVENT_TYPE class Null safety

Inheritance

Properties

hashCode int
The hash code for this object.
read-only, inherited
name String
This enum's name, as specified in the .proto file.
final, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
value int
This enum's integer value, as specified in the .proto file.
final, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
Returns this enum's name or the value if names are not represented.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

valueOf(int value) WALLET_EVENT_TYPE?

Constants

DID_DOCUMENT_CREATE_END → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(2, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'DID_DOCUMENT_CREATE_END')
DID_DOCUMENT_CREATE_ERROR → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(3, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'DID_DOCUMENT_CREATE_ERROR')
DID_DOCUMENT_CREATE_START → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(1, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'DID_DOCUMENT_CREATE_START')
FAUCET_REQUEST_END → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(11, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'FAUCET_REQUEST_END')
FAUCET_REQUEST_ERROR → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(12, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'FAUCET_REQUEST_ERROR')
FAUCET_REQUEST_START → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(10, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'FAUCET_REQUEST_START')
KEY_CREATE_END → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(5, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'KEY_CREATE_END')
KEY_CREATE_ERROR → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(6, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'KEY_CREATE_ERROR')
KEY_CREATE_START → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(4, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'KEY_CREATE_START')
KEY_ENCRYPT_END → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(8, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'KEY_ENCRYPT_END')
KEY_ENCRYPT_ERROR → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(9, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'KEY_ENCRYPT_ERROR')
KEY_ENCRYPT_START → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(7, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'KEY_ENCRYPT_START')
SHARD_GENERATE_END → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(14, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'SHARD_GENERATE_END')
SHARD_GENERATE_ERROR → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(15, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'SHARD_GENERATE_ERROR')
SHARD_GENERATE_START → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(13, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'SHARD_GENERATE_START')
UNKNOWN → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(0, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'UNKNOWN')
values → const List<WALLET_EVENT_TYPE>
<WALLET_EVENT_TYPE>[UNKNOWN, DID_DOCUMENT_CREATE_START, DID_DOCUMENT_CREATE_END, DID_DOCUMENT_CREATE_ERROR, KEY_CREATE_START, KEY_CREATE_END, KEY_CREATE_ERROR, KEY_ENCRYPT_START, KEY_ENCRYPT_END…
VAULT_CREATE_END → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(17, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'VAULT_CREATE_END')
VAULT_CREATE_ERROR → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(18, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'VAULT_CREATE_ERROR')
VAULT_CREATE_START → const WALLET_EVENT_TYPE
WALLET_EVENT_TYPE._(16, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'VAULT_CREATE_START')