Name enum
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')
- v1Webhooks → const Name
-
const Name(value: 'v1-webhooks')
- 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')
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
- 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