ActiveGridOptions constructor

const ActiveGridOptions({
  1. ActiveGridEnvironment environment = ActiveGridEnvironment.production,
  2. ActiveGridAuthenticationOptions? authenticationOptions,
})

Creates a configuration

Implementation

const ActiveGridOptions({
  this.environment = ActiveGridEnvironment.production,
  this.authenticationOptions,
});