tFutureBool constant

TypeReflection<Future<bool>> const tFutureBool

Implementation

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