typeArguments property Null safety
Return the type arguments to be applied to the method being invoked, or
null
if no type arguments were provided.
Implementation
TypeArgumentList? get typeArguments;
Return the type arguments to be applied to the method being invoked, or
null
if no type arguments were provided.
TypeArgumentList? get typeArguments;