TypeKey constructor

const TypeKey(
  1. Type from,
  2. Type to
)

Implementation

const TypeKey(this.from, this.to);