tFutureString constant

TypeReflection<Future<String>> const tFutureString

Implementation

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