ChoosePrivateKeyRule constructor

ChoosePrivateKeyRule({
  1. List<String>? packageNames,
  2. String? privateKeyAlias,
  3. String? urlPattern,
})

Implementation

ChoosePrivateKeyRule({
  this.packageNames,
  this.privateKeyAlias,
  this.urlPattern,
});