FormKey<T> constructor

const FormKey<T>(
  1. Object key
)

Creates a FormKey with the specified key object.

Implementation

const FormKey(this.key);