Strategy constructor

Strategy({
  1. Canary? canary,
  2. Standard? standard,
})

Implementation

Strategy({this.canary, this.standard});