namespace
can.Construct.namespace
{String}
The namespace
property returns the namespace your constructor is in.
This provides a way organize code and ensure globally unique types. The
namespace
is the fullName you passed without the shortName.