LoggingVariantConfig constructor

LoggingVariantConfig({
  1. String? variant,
})

Implementation

LoggingVariantConfig({
  this.variant,
});