TCreateUsersBody constructor

const TCreateUsersBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required List<v1UserParamsV4> users,
})

Implementation

const TCreateUsersBody({
  this.timestampMs,
  this.organizationId,
  required this.users,
});