BackupAlgorithm enum

Inheritance
Available extensions
Annotations
  • @_NameSource('rule override generated')

Values

mMegolmBackupV1Curve25519AesSha2 → const BackupAlgorithm
const BackupAlgorithm('m.megolm_backup.v1.curve25519-aes-sha2')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isMMegolmBackupV1Curve25519AesSha2 bool

Available on BackupAlgorithm, provided by the BackupAlgorithmEnhancedEnum extension

no setter
name String
final
name String

Available on BackupAlgorithm, provided by the BackupAlgorithmEnhancedEnum extension

no setter
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

Methods

maybeWhen<T>({T? mMegolmBackupV1Curve25519AesSha2()?, required T orElse()}) → T

Available on BackupAlgorithm, provided by the BackupAlgorithmEnhancedEnum extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<T>({required T mMegolmBackupV1Curve25519AesSha2()}) → T

Available on BackupAlgorithm, provided by the BackupAlgorithmEnhancedEnum extension

Operators

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

Constants

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