PrintRow.fromRawJson constructor

PrintRow.fromRawJson(
  1. String str
)

Implementation

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