EpsonPrinterModel.fromJson constructor
Implementation
factory EpsonPrinterModel.fromJson(Map<String, dynamic> json) =>
EpsonPrinterModel(
address: json["address"],
type: json["type"],
model: json["model"],
series: json["series"]);