ObterEventosPFRequest class
Modelo de requisição para obter eventos de atualização de Pessoa Física
Constructors
- ObterEventosPFRequest({required String protocolo, required TipoEvento evento})
-
ObterEventosPFRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dadosJson → String
-
Cria os dados JSON para o campo 'dados' da requisição
no setter
- evento → TipoEvento
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- protocolo → String
-
final
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited