BooleanConfig constructor

BooleanConfig({
  1. bool? staticConfig = false,
})

Creates a new BooleanConfig instance.

Implementation

BooleanConfig({super.staticConfig}) : super(name: 'boolean_config');