SpokeStateCount constructor

SpokeStateCount({
  1. String? count,
  2. String? state,
})

Implementation

SpokeStateCount({
  this.count,
  this.state,
});