ServerEnvConfig constructor

const ServerEnvConfig({
  1. int? index,
  2. String? name,
  3. bool canEdit = false,
  4. Map<String, String>? envs,
})

Implementation

const ServerEnvConfig(
    {this.index, this.name, this.canEdit = false, this.envs});