JSON method

String JSON()

Implementation

String JSON() {
  return json.encode({
    "success": this.success,
    "url": this.url,
    "order": this.order,
    "amount": this.amount,
    "session": this.session,
  });
}