toJson method

  1. @override
String toJson(
  1. Uref object
)

Implementation

@override
String toJson(Uref object) {
  return object.key;
}