tFutureOrDynamic constant

TypeReflection<FutureOr> const tFutureOrDynamic

Implementation

static const TypeReflection<FutureOr<dynamic>> tFutureOrDynamic =
    TypeReflection(FutureOr, [TypeInfo.tDynamic]);