toJson method

String toJson()

Turn PrinterResponseStatus into JsonString

Implementation

String toJson() => json.encode(toMap());