InterfacePath constructor
InterfacePath(
- String path
Implementation
InterfacePath(String path)
: path = path.replaceAll('.*', ''),
isContainer = path.endsWith('.*');
InterfacePath(String path)
: path = path.replaceAll('.*', ''),
isContainer = path.endsWith('.*');