Actor constructor

Actor({
  1. required ActorType type,
  2. String? data,
})

Implementation

Actor({required this.type, this.data});