interfaceMethodsNames constant

Set<String> const interfaceMethodsNames

Implementation

static const Set<String> interfaceMethodsNames = <String>{
  'acceptsRequest',
  'addRoute',
  'apiInfo',
  'call',
  'configure',
  'ensureConfigured',
  'getRouteHandler',
  'getRouteHandlerByRequest',
  'getRoutesHandlersNames',
  'resolveRoute',
  ...Initializable.interfaceMethodsNames,
};