ENTRY constructor

ENTRY(
  1. String key,
  2. dynamic data
)

Creates a new entry

Implementation

ENTRY(this.key, this.data);