meta property

Future<CollectionBox<String>?> get meta

Implementation

Future<CollectionBox<String>?> get meta async {
  return await HHiveCore.getMetaBox(ctx.env);
}