AuthenticationDataModel constructor
AuthenticationDataModel({
- required String id,
- required String token,
- User? user,
- String? refreshToken,
- AuthDeviceInfo? deviceInfo,
Implementation
AuthenticationDataModel({
required this.id,
required this.token,
this.user,
this.refreshToken,
this.deviceInfo,
});