Injectable constructor

const Injectable({
  1. String? tag,
  2. int order = 1,
})

Implementation

const Injectable({this.tag, super.order});