FallbackTreatment constructor

const FallbackTreatment(
  1. String treatment, [
  2. String? config
])

Creates a new FallbackTreatment instance.

Implementation

const FallbackTreatment(this.treatment, [this.config]);