Printer.fromJson constructor

Printer.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Printer.fromJson(Map<String, dynamic> json) =>
    _$PrinterFromJson(json);