TUpdateUserNameBody constructor

const TUpdateUserNameBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String userId,
  4. required String userName,
})

Implementation

const TUpdateUserNameBody({
   this.timestampMs,
   this.organizationId,
  required  this.userId,
  required  this.userName,
});