toJson method

dynamic toJson()

Implementation

toJson() => <String, dynamic>{
  "userHandle": this.userHandle,
  "refLocation": this.refLocation,
  "otp": this.otp,
};