RuleId constructor

const RuleId({
  1. required String id,
})

Implementation

const RuleId({required this.id});