AppRestrictionsSchema constructor
AppRestrictionsSchema({
- String? kind,
- List<
AppRestrictionsSchemaRestriction> ? restrictions,
Implementation
AppRestrictionsSchema({
this.kind,
this.restrictions,
});