getRuleSpecificParams method

Map<String, String> getRuleSpecificParams()

Returns a Map of values that are specific to the child Rule.

Implementation

Map<String, String> getRuleSpecificParams() => <String, String>{};