Muletillas enum

Inheritance
Available extensions

Values

sesionId → const Muletillas
const Muletillas('#sesionLog._id#', 'Toma el id del usuario logeado')
dateNow → const Muletillas
const Muletillas('#date_now#', 'Toma la fecha actual')
dateYear → const Muletillas
const Muletillas('#date_year#', 'Toma el año actual')
dateMonth → const Muletillas
const Muletillas('#date_month#', 'Toma el mes actual')
dateDay → const Muletillas
const Muletillas('#date_day#', 'Toma el dia actual')
unknown → const Muletillas
const Muletillas('unknown', 'Desconocido')

Properties

descripcion String
final
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
valor String
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.
inherited

Static Methods

getMuletilla(String valor) Muletillas

Constants

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