AllStackOptions constructor

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

Implementation

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