SpaceToken constructor

const SpaceToken(
  1. String name
)

A constant constructor that accepts a String argument named name. Name needs to be unique per token

name is used to initialize the superclass MixToken.

Implementation

const SpaceToken(super.name);