EggLogsConfig constructor

const EggLogsConfig({
  1. required bool custom,
  2. String? location,
})

Implementation

const factory EggLogsConfig({
  required bool custom,
  String? location,
}) = _EggLogsConfig;