vendorToJson function

String vendorToJson(
  1. Vendor data
)

Implementation

String vendorToJson(Vendor data) => json.encode(data.toJson());