NtiuspClientInfo constructor
NtiuspClientInfo({
- String? customerId,
- String? firstName,
- String? lastName,
- List<
NtiuspProfiles> ? profiles, - List<
NtiuspDeviceInfo> ? devices,
Implementation
NtiuspClientInfo(
{this.customerId,
this.firstName,
this.lastName,
this.profiles,
this.devices});