ProfileChange constructor

ProfileChange(
  1. String userId,
  2. AvailabilityMode mode
)

Implementation

ProfileChange(this.userId, this.mode);