printmodelFromJson function
Implementation
List<Printmodel> printmodelFromJson(String str) => List<Printmodel>.from(json.decode(str).map((x) => Printmodel.fromJson(x)));
List<Printmodel> printmodelFromJson(String str) => List<Printmodel>.from(json.decode(str).map((x) => Printmodel.fromJson(x)));