RelpmeiRequest class

Modelo de entrada para serviços RELPMEI Baseado no padrão dos outros serviços como PGMEI, PGdasd, etc.

Implementers

Constructors

RelpmeiRequest({required String dados})

Properties

dados String
Dados específicos do serviço em formato JSON stringificado
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>
toJsonString() String
Converte para JSON string para uso nos dados do pedido
toString() String
A string representation of this object.
inherited

Operators

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