PrintRowModel.fromJson constructor

PrintRowModel.fromJson(
  1. String source
)

convert to json

Implementation

factory PrintRowModel.fromJson(String source) =>
    PrintRowModel.fromMap(json.decode(source));