AppRestrictionsSchema constructor

AppRestrictionsSchema({
  1. String? kind,
  2. List<AppRestrictionsSchemaRestriction>? restrictions,
})

Implementation

AppRestrictionsSchema({this.kind, this.restrictions});