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