Name enum

Inheritance

Constructors

Name({required String value})
const

Values

v1Database → const Name
const Name(value: 'v1-database')
v1Deletes → const Name
const Name(value: 'v1-deletes')
v1Audits → const Name
const Name(value: 'v1-audits')
v1Mails → const Name
const Name(value: 'v1-mails')
v1Functions → const Name
const Name(value: 'v1-functions')
v1Usage → const Name
const Name(value: 'v1-usage')
v1UsageDump → const Name
const Name(value: 'v1-usage-dump')
webhooksv1 → const Name
const Name(value: 'webhooksv1')
v1Certificates → const Name
const Name(value: 'v1-certificates')
v1Builds → const Name
const Name(value: 'v1-builds')
v1Messaging → const Name
const Name(value: 'v1-messaging')
v1Migrations → const Name
const Name(value: 'v1-migrations')
hamsterv1 → const Name
const Name(value: 'hamsterv1')

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
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
inherited

Operators

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

Constants

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