PrintRow.fromJson(Map<String, dynamic> json) { text = json['text']; fontSize = json['fontSize']; position = json['position']; }