ToolParameterKvmatchSpec constructor

ToolParameterKvmatchSpec({
  1. bool useStrictStringMatch = false,
})

Implementation

ToolParameterKvmatchSpec({this.useStrictStringMatch = false})
  : super(fullyQualifiedName);