APIEntityRules constructor

const APIEntityRules(
  1. List<EntityRules<EntityRules>> rules, {
  2. bool globalRules = false,
  3. bool noGlobalRules = false,
})

Implementation

const APIEntityRules(this.rules, {super.globalRules, super.noGlobalRules});