TipoRegime enum
Tipos de regime de apuração disponíveis
Values
- competencia → const TipoRegime
-
Regime de Competência (0)
const TipoRegime(0, 'COMPETENCIA') - caixa → const TipoRegime
-
Regime de Caixa (1)
const TipoRegime(1, 'CAIXA')
Properties
- codigo → int
-
Código numérico do regime
final
- descricao → String
-
Descrição textual do regime
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
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
-
fromCodigo(
int codigo) → TipoRegime? - Converte código para enum
-
fromDescricao(
String descricao) → TipoRegime? - Converte descrição para enum
Constants
-
values
→ const List<
TipoRegime> - A constant List of the values in this enum, in order of their declaration.