AllstakOptions constructor

AllstakOptions({
  1. required String apiKey,
  2. String environment = 'development',
})

Implementation

AllstakOptions({
  required this.apiKey,
  this.environment = 'development',
});