Injectable constructor

const Injectable({
  1. Type? as,
  2. List<String>? env,
})

default constructor

Implementation

const Injectable({this.as, this.env});