FutureOr<T> valueBuilderAsync<T>({ required FutureOr<T> Function(DatabaseMiniGeneralLibraryBase db) builder, }) async { return await builder(this); }