V2AndroidKeyRestrictions constructor

V2AndroidKeyRestrictions({
  1. List<V2AndroidApplication>? allowedApplications,
})

Implementation

V2AndroidKeyRestrictions({
  this.allowedApplications,
});