$StateError constructor

$StateError({
  1. String? details,
  2. String? type,
})

Implementation

$StateError({
  this.details,
  this.type,
});