tFutureOrObject constant

TypeReflection<FutureOr<Object>> const tFutureOrObject

Implementation

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