Entity constructor

const Entity({
  1. required dynamic value,
})

Implementation

const Entity({required this.value});