AnyTypePrimitive constructor
Creates a new instance of AnyTypePrimitive given a name and a
sanitizedName.
Implementation
const AnyTypePrimitive(String name, String sanitizedName)
: super(name, sanitizedName, null);
Creates a new instance of AnyTypePrimitive given a name and a
sanitizedName.
const AnyTypePrimitive(String name, String sanitizedName)
: super(name, sanitizedName, null);