PatchCodeParams.fromJson constructor
Creates a PatchCodeParams instance from a JSON representation.
Implementation
PatchCodeParams.fromJson(Map<String, dynamic> json) {
extraBarcodeText = json['extraBarcodeText'];
patchFormat = PatchFormat.fromJson(json['patchFormat']);
}