tFutureOrBool constant

TypeReflection<FutureOr<bool>> const tFutureOrBool

Implementation

static const TypeReflection<FutureOr<bool>> tFutureOrBool =
    TypeReflection(FutureOr, [TypeInfo.tBool]);