RuleOutput constructor

RuleOutput({
  1. Map<String, String>? details,
  2. String? message,
})

Implementation

RuleOutput({this.details, this.message});