BksSecretEntry constructor
BksSecretEntry({})
Implementation
BksSecretEntry({
required super.alias,
required super.timestamp,
required super.storeType,
required this.secretData,
this.certChain = const [],
});