ObjectLib constructor

ObjectLib()

Implementation

factory ObjectLib() {
  _instance ??= ObjectLib._internal();
  return _instance!;
}