Entry constructor

Entry({
  1. String? key,
  2. Body? value,
  3. DateTime? updateAt,
})

Implementation

Entry({this.key, this.value, this.updateAt});