toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (taxAmount != null) 'taxAmount': taxAmount!,
      if (taxName != null) 'taxName': taxName!,
      if (taxType != null) 'taxType': taxType!,
    };