Entity constructor

Entity({
  1. required String rawValue,
  2. required EntityType type,
})

Constructor to create an instance of Entity.

Implementation

Entity({required this.rawValue, required this.type});