LibDir constructor

LibDir()

Implementation

factory LibDir() {
  return _instance ??= LibDir._(r'lib/$lib$');
}