getTypeArguments method
Get the generic type arguments for this instance
Implementation
List<RuntimeType>? getTypeArguments() => typeArguments;
Get the generic type arguments for this instance
List<RuntimeType>? getTypeArguments() => typeArguments;