PrintLabelModel.fromJson constructor
PrintLabelModel.fromJson(
- dynamic json
Implementation
PrintLabelModel.fromJson(dynamic json) {
_text = json['text'];
_fontSize = json['fontSize'];
}
PrintLabelModel.fromJson(dynamic json) {
_text = json['text'];
_fontSize = json['fontSize'];
}