GrantConstraints constructor

GrantConstraints({
  1. Map<String, String>? encryptionContextEquals,
  2. Map<String, String>? encryptionContextSubset,
})

Implementation

GrantConstraints({
  this.encryptionContextEquals,
  this.encryptionContextSubset,
});