uri property

String get uri

The URI of the resource that has been updated.

This might be a sub-resource of the one that the client actually subscribed to.

Implementation

String get uri => _value['uri'] as String;