StateCondition constructor

StateCondition({
  1. String? code,
  2. String? message,
})

Implementation

StateCondition({
  this.code,
  this.message,
});