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