Identity<A> constructor

Identity<A>(
  1. A value
)

Constructs an Identity instance that holds the provided value.

Implementation

Identity(this.value);