toJSON method
dynamic
toJSON()
Returns a JSON representation of this Uri.
@returns An object.
Implementation
_i2.dynamic toJSON() => _i5.callMethod(
this,
'toJSON',
[],
);
Returns a JSON representation of this Uri.
@returns An object.
_i2.dynamic toJSON() => _i5.callMethod(
this,
'toJSON',
[],
);