Credential constructor
Credential({})
Implementation
Credential({
required this.id,
required this.name,
required this.type,
this.data,
this.createdAt,
this.updatedAt,
this.isResolvable,
this.isGlobal,
this.isPartialData,
});