orderToJson function

String orderToJson(
  1. Order data
)

Implementation

String orderToJson(Order data) => json.encode(data.toJson());