Translate constructor

Translate(
  1. String key
)

Constructs a Translate object with the specified translation key.

Implementation

Translate(this.key);