ChicoDataHarvest constructor

const ChicoDataHarvest({
  1. Key? key,
  2. required String client,
  3. required String token,
  4. ChicoEnvironmentType environment = ChicoEnvironmentType.production,
})

Implementation

const ChicoDataHarvest({
  Key? key,
  required this.client,
  required this.token,
  this.environment = ChicoEnvironmentType.production,
}) : super(key: key);