EpsonPrinterModel.fromRawJson constructor
EpsonPrinterModel.fromRawJson(
- String str
Implementation
factory EpsonPrinterModel.fromRawJson(String str) =>
EpsonPrinterModel.fromJson(json.decode(str));
factory EpsonPrinterModel.fromRawJson(String str) =>
EpsonPrinterModel.fromJson(json.decode(str));