name property

String get name
inherited

The name of this Endpoint. It will be automatically generated from the name of the class (excluding any Endpoint suffix).

Implementation

String get name => _name;