createOrderBodyFromJson function
Implementation
CreateOrderBody createOrderBodyFromJson(String str) =>
CreateOrderBody.fromJson(json.decode(str));
CreateOrderBody createOrderBodyFromJson(String str) =>
CreateOrderBody.fromJson(json.decode(str));