factory LabelPrintBitmapStyle.fromMap(Map<String, dynamic> map) { return LabelPrintBitmapStyle( width: map['width'], height: map['height'], ); }