CLID constructor
const
CLID({})
Implementation
const CLID({
required this.namespace,
required this.type,
required this.uuid,
required this.fullId,
required this.shortForm,
required this.url,
});
const CLID({
required this.namespace,
required this.type,
required this.uuid,
required this.fullId,
required this.shortForm,
required this.url,
});