WKTToken constructor

const WKTToken(
  1. dynamic type,
  2. dynamic value
)

Implementation

const WKTToken(this.type, this.value);