menu
epson_epos package
documentation
models.dart
EpsonPrinterResponse
EpsonPrinterResponse.new constructor
EpsonPrinterResponse.new constructor
dark_mode
light_mode
EpsonPrinterResponse
constructor
EpsonPrinterResponse
(
{
required
String
type
,
required
bool
success
,
String
?
message
,
dynamic
content
,
})
Implementation
EpsonPrinterResponse({ required this.type, required this.success, this.message, this.content, });
epson_epos package
documentation
models
EpsonPrinterResponse
EpsonPrinterResponse.new constructor
EpsonPrinterResponse class