Backend constructor

Backend({
  1. List<BackendRule>? rules,
})

Implementation

Backend({
  this.rules,
});