tFutureInt constant

TypeReflection<Future<int>> const tFutureInt

Implementation

static const TypeReflection<Future<int>> tFutureInt =
    TypeReflection(Future, [TypeInfo.tInt]);