toString method
override
Return a string representation of the configuration, including its name.
Implementation
@override
String toString() => 'StaticOrRuntimeParameter_${name}_static_$staticConfig'
'_runtime_${runtimeConfig?.name ?? 'null'}';