url property

Future<Uri> url

A URL clients can visit to navigate to this message.

Implementation

Future<Uri> get url async => Uri.https(manager.client.apiOptions.host, '${(await channel.get()).url.path}/$id');