menu
ventas_dealer package
documentation
models/generic_response_model.dart
GenericResponse
GenericResponse constructor
GenericResponse constructor
dark_mode
light_mode
GenericResponse
constructor
GenericResponse
(
{
String
?
transactionId
,
String
?
responseCode
,
String
?
responseMessage
,
String
?
response
,
})
Implementation
GenericResponse({ this.transactionId, this.responseCode, this.responseMessage, this.response, });
ventas_dealer package
documentation
models/generic_response_model
GenericResponse
GenericResponse constructor
GenericResponse class