KeyedAppState constructor

KeyedAppState({
  1. String? createTime,
  2. String? data,
  3. String? key,
  4. String? lastUpdateTime,
  5. String? message,
  6. String? severity,
})

Implementation

KeyedAppState({
  this.createTime,
  this.data,
  this.key,
  this.lastUpdateTime,
  this.message,
  this.severity,
});