UtilsHive constructor
UtilsHive(
- List<
TypeAdapter> adapters
Implementation
factory UtilsHive(List<TypeAdapter> adapters) {
_instance ??= UtilsHive._internalConstructor(adapters);
return _instance!;
}