CliConfig constructor

CliConfig({
  1. AuthConfig? auth,
  2. List<ProjectInfo> projects = const [],
  3. String? supabaseUrl,
  4. String? supabaseAnonKey,
})

Implementation

CliConfig({
  this.auth,
  this.projects = const [],
  this.supabaseUrl,
  this.supabaseAnonKey,
});