listEntityType property

TypeInfo? listEntityType

The TypeInfo of the List elements type.

Implementation

TypeInfo? get listEntityType => isListEntity ? _arguments.first : null;