SpokeTypeCount constructor

SpokeTypeCount({
  1. String? count,
  2. String? spokeType,
})

Implementation

SpokeTypeCount({
  this.count,
  this.spokeType,
});