endpointFiles property

List<String> get endpointFiles

Get all endpoint files

Implementation

List<String> get endpointFiles {
  if (serverPath == null) return [];
  return MethodParser.findEndpointFiles(serverPath!);
}