RestartConfig constructor

RestartConfig(
  1. String key,
  2. String? configuration
)

Implementation

RestartConfig(this.key, this.configuration);