KeyedAppState constructor

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

Implementation

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