ActingUser constructor

ActingUser({
  1. String? email,
  2. String? imageUrl,
})

Implementation

ActingUser({
  this.email,
  this.imageUrl,
});