isValidEntityReferenceListType property

bool isValidEntityReferenceListType

Returns true if isEntityReferenceListType and arguments0 is a valid entity type.

Implementation

bool get isValidEntityReferenceListType =>
    isEntityReferenceListType &&
    EntityHandler.isValidEntityType(arguments0?.type);