tFutureOrString constant

TypeReflection<FutureOr<String>> const tFutureOrString

Implementation

static const TypeReflection<FutureOr<String>> tFutureOrString =
    TypeReflection(FutureOr, [TypeInfo.tString]);