Parcela class
Constructors
Properties
- dataVencimento → int
-
final
- dataVencimentoFormatada → String
-
Data de vencimento formatada (DD/MM/AAAA)
no setter
- diasAtraso → int
-
Dias de atraso (se vencida)
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEmDia → bool
-
Verifica se a parcela está em dia
no setter
- isPaga → bool
-
Verifica se a parcela está paga
no setter
- isPendente → bool
-
Verifica se a parcela está pendente
no setter
- isVencida → bool
-
Verifica se a parcela está vencida
no setter
- numeroParcelamento → int
-
final
- parcela → int
-
final
- parcelaFormatada → String
-
Parcela formatada (ex: "1/12", "2/12")
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- situacao → String
-
final
- valor → double
-
final
- valorFormatado → String
-
Valor formatado como moeda brasileira
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited