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