menu
ventas_dealer package
documentation
models/reason_response.dart
Response
Response constructor
Response constructor
dark_mode
light_mode
Response
constructor
Response
(
{
String
?
id
,
String
?
reason
,
dynamic
parentId
,
int
?
type
,
int
?
action
,
bool
?
changeGeoLoc
,
})
Implementation
Response({ this.id, this.reason, this.parentId, this.type, this.action, this.changeGeoLoc, });
ventas_dealer package
documentation
models/reason_response
Response
Response constructor
Response class