CredentialSchema constructor
Creates a MutableCredentialSchema
The id - is id of credential schema.
The type- is schema validation type.
Implementation
CredentialSchema({required Uri id, required String type})
: _id = id,
_type = type;