toReturnTypes method

Iterable<Type?> toReturnTypes()

Maps to returned Type.

Implementation

Iterable<Type?> toReturnTypes() => map((e) => e.returnType?.type);