PrintRowModel.fromJson constructor
PrintRowModel.fromJson(
- String source
convert to json
Implementation
factory PrintRowModel.fromJson(String source) =>
PrintRowModel.fromMap(json.decode(source));
convert to json
factory PrintRowModel.fromJson(String source) =>
PrintRowModel.fromMap(json.decode(source));