KeyEntryObject constructor
Constructs an instance of KeyEntryObject.
Implementation
KeyEntryObject({
required this.algorithm,
required this.name,
this.metadata,
required this.tags,
required this.key,
});
Constructs an instance of KeyEntryObject.
KeyEntryObject({
required this.algorithm,
required this.name,
this.metadata,
required this.tags,
required this.key,
});