v1DeletePrivateKeysIntent constructor

const v1DeletePrivateKeysIntent({
  1. required List<String> privateKeyIds,
  2. bool? deleteWithoutExport,
})

Implementation

const v1DeletePrivateKeysIntent({
  required  this.privateKeyIds,
   this.deleteWithoutExport,
});