SolicitarEventosPFRequest class
Modelo de requisição para solicitar eventos de atualização de Pessoa Física
Constructors
-
SolicitarEventosPFRequest({required List<
String> cpfs, required TipoEvento evento}) -
SolicitarEventosPFRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
cpfs
→ List<
String> -
final
- cpfsString → String
-
Cria a string de CPFs separados por vírgula
no setter
- 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
- 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