isAllowedEntityTypeField method

  1. @override
bool? isAllowedEntityTypeField(
  1. Type type,
  2. String field, {
  3. EntityAccessRulesContext? context,
})
override

Implementation

@override
bool? isAllowedEntityTypeField(
  Type type,
  String field, {
  EntityAccessRulesContext? context,
}) => accessRules.isAllowedEntityTypeField(type, field, context: context);