withArguments method

Iterable<TypeReflection> withArguments()

Implementation

Iterable<TypeReflection> withArguments() => where((e) => e.hasArguments);