tSetString constant

TypeReflection<Set<String>> const tSetString

Implementation

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