Actors constructor

const Actors({
  1. Key? key,
  2. String? actor,
  3. String? prop,
})

Implementation

const Actors({Key? key, this.actor, this.prop}) : super(key: key);