UserOperationModel constructor
UserOperationModel({
- required UserOperationSteps step,
- String? username,
- String? fullName,
- String? email,
- String? phone,
- String? gender,
- String? age,
- String? birthdate,
- String? memberSince,
- String? location,
- List<
String> ? segments, - bool? isLogin,
- bool? isRegistered,
- String? sessionId,
- String? userId,
- String? device,
- String? os,
- String? lang,
Implementation
UserOperationModel({
required this.step,
this.username,
this.fullName,
this.email,
this.phone,
this.gender,
this.age,
this.birthdate,
this.memberSince,
this.location,
this.segments,
this.isLogin,
this.isRegistered,
this.sessionId,
this.userId,
this.device,
this.os,
this.lang,
});