Desmembramento class
Desmembramento
Constructors
- Desmembramento({required String sequencial, required ReceitaPrincipal receitaPrincipal, required String periodoApuracao, required String dataVencimento, double? valorTotal, double? valorPrincipal, double? valorMulta, double? valorJuros, double? valorSaldoTotal, double? valorSaldoPrincipal, double? valorSaldoMulta, double? valorSaldoJuros})
-
Desmembramento.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataVencimento → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- periodoApuracao → String
-
final
- receitaPrincipal → ReceitaPrincipal
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequencial → String
-
final
- valorJuros → double?
-
final
- valorMulta → double?
-
final
- valorPrincipal → double?
-
final
- valorSaldoJuros → double?
-
final
- valorSaldoMulta → double?
-
final
- valorSaldoPrincipal → double?
-
final
- valorSaldoTotal → double?
-
final
- valorTotal → double?
-
final
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited