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