RuleMetadata constructor
const
RuleMetadata({})
Implementation
const RuleMetadata({
required this.name,
this.parameters = const <String, Object?>{},
this.runOnNull = false,
this.message,
this.isDynamic = false,
this.dynamicReason,
this.nestedSchemas = const <String, Map<String, Object?>>{},
});