AppRestrictionsSchemaChangeEvent constructor

AppRestrictionsSchemaChangeEvent({
  1. String? productId,
})

Implementation

AppRestrictionsSchemaChangeEvent({
  this.productId,
});