Configurations constructor

Configurations({
  1. ConfigurationId? current,
  2. List<ConfigurationId>? history,
  3. ConfigurationId? pending,
})

Implementation

Configurations({
  this.current,
  this.history,
  this.pending,
});