Parcelamento class

Constructors

Parcelamento({required int numero, required int dataDoPedido, required String situacao, required int dataDaSituacao})
Parcelamento.fromJson(Map<String, dynamic> json)
factory

Properties

dataDaSituacao int
final
dataDaSituacaoFormatada String
Data da situação formatada (DD/MM/AAAA)
no setter
dataDoPedido int
final
dataDoPedidoFormatada String
Data do pedido formatada (DD/MM/AAAA)
no setter
hashCode int
The hash code for this object.
no setterinherited
isAtivo bool
Verifica se o parcelamento está ativo
no setter
isEncerrado bool
Verifica se o parcelamento está encerrado
no setter
numero int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
situacao String
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.
override

Operators

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