tFutureOrInt constant

TypeReflection<FutureOr<int>> const tFutureOrInt

Implementation

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