StateInfo constructor

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

Implementation

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