typeArguments property

  1. @BuiltValueField(wireName: r'type_arguments')
BuiltList<String> typeArguments

Type arguments of the function

Implementation

@BuiltValueField(wireName: r'type_arguments')
BuiltList<String> get typeArguments;