EventUserNameUpdated constructor

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

Implementation

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