PersistentList<E> constructor

PersistentList<E>(
  1. dynamic meta,
  2. dynamic $UNDERSCORE_first,
  3. dynamic rest,
  4. int count,
  5. int $UNDERSCORE_$UNDERSCORE_hash,
)

Implementation

PersistentList(this.meta, this.$UNDERSCORE_first, this.rest, this.count, this.$UNDERSCORE_$UNDERSCORE_hash, ):super();