listEntityType property

TypeReflection? listEntityType

The TypeReflection of the List elements type.

Implementation

TypeReflection? get listEntityType =>
    isIterableEntity ? arguments.first : null;