lib property

DynamicLibrary get lib

Implementation

DynamicLibrary get lib {
  _lib ??= PlatformLoader.loadCommons();
  return _lib!;
}