EpsonPrinterModel.fromRawJson constructor

EpsonPrinterModel.fromRawJson(
  1. String str
)

Implementation

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