PrintModel.fromJson constructor
PrintModel.fromJson(
- String source
from json
Implementation
factory PrintModel.fromJson(String source) =>
PrintModel.fromMap(json.decode(source));
from json
factory PrintModel.fromJson(String source) =>
PrintModel.fromMap(json.decode(source));