Inject constructor

const Inject({
  1. required String nameSetter,
  2. Type? type,
  3. bool global = false,
})

Implementation

const Inject({
  required this.nameSetter,
  this.type,
  this.global = false
});