Pendencia class

Pendência da apuração

Constructors

Pendencia({String? codigo, String? texto})
Construtor para Pendencia.
Pendencia.fromJson(Map<String, dynamic> json)
Cria uma instância a partir de um mapa JSON.
factory

Properties

codigo String?
Código da pendência.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
texto String?
Texto descritivo da pendência.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializa a pendência para um mapa JSON.
toString() String
A string representation of this object.
inherited

Operators

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