Keychain constructor
const
Keychain({})
Implementation
const factory Keychain({
@Uint8ListConverter() Uint8List? seed,
@Default(1) final int version,
@Default({}) final Map<String, Service> services,
}) = _Keychain;