path property

String path

The path this HttpRoute represents, relative to Discord's root API URL.

Implementation

String get path => '/${segments.join('/')}';