Rule constructor

Rule({
  1. required String action,
  2. Os? os,
  3. Features? features,
})

Implementation

Rule({required this.action, this.os, this.features});