StackMapState constructor

StackMapState(
  1. State type,
  2. int size,
  3. Object? key,
  4. int readCount,
  5. Map map,
)

Implementation

StackMapState(this.type, this.size, this.key, this.readCount, this.map);