tFutureObject constant

TypeReflection<Future<Object>> const tFutureObject

Implementation

static const TypeReflection<Future<Object>> tFutureObject =
    TypeReflection(Future, [TypeInfo.tObject]);