EventUserNameUpdated constructor

const EventUserNameUpdated(
  1. UserId userId,
  2. UserName name
)

Implementation

const EventUserNameUpdated(super.userId, this.name);