tSetObject constant

TypeReflection<Set<Object>> const tSetObject

Implementation

static const TypeReflection<Set<Object>> tSetObject =
    TypeReflection(Set, [TypeInfo.tObject]);