toJson method

dynamic toJson()

Implementation

dynamic toJson() {
  return xrp?.toString() ?? isseAmount!.toJson();
}