ProfileNameChangeInfo constructor

ProfileNameChangeInfo(
  1. DateTime lastChanged,
  2. DateTime createdAt,
  3. bool nameChangeAllowed
)

Implementation

ProfileNameChangeInfo(
    this.lastChanged, this.createdAt, this.nameChangeAllowed);