NtiuspClientInfo constructor

NtiuspClientInfo({
  1. String? customerId,
  2. String? firstName,
  3. String? lastName,
  4. List<NtiuspProfiles>? profiles,
  5. List<NtiuspDeviceInfo>? devices,
})

Implementation

NtiuspClientInfo(
    {this.customerId,
      this.firstName,
      this.lastName,
      this.profiles,
      this.devices});