tListString constant

TypeReflection<List<String>> const tListString

Implementation

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