AppRestrictionsSchemaChangeEvent.fromJson constructor
AppRestrictionsSchemaChangeEvent.fromJson(
- Map json_
Implementation
AppRestrictionsSchemaChangeEvent.fromJson(core.Map json_)
: this(
productId: json_['productId'] as core.String?,
);