EpsonPrinterResponse.fromRawJson constructor

EpsonPrinterResponse.fromRawJson(
  1. String str
)

Implementation

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