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