getTypeArguments method

List<RuntimeType>? getTypeArguments()

Get the generic type arguments for this instance

Implementation

List<RuntimeType>? getTypeArguments() => typeArguments;