isListEntity property

bool isListEntity

Returns true if type is a List of entities.

Implementation

bool get isListEntity =>
    isListType && hasArguments && arguments.first.isEntityType;