toJson method

Object toJson()

Implementation

Object toJson() =>
    meta.isEmpty ? uri.toString() : {'href': uri.toString(), 'meta': meta};