WebApiModulesPluginsBoxedUpBoxedUpSignUpResponse constructor

WebApiModulesPluginsBoxedUpBoxedUpSignUpResponse({
  1. WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUser? user,
  2. Map<String, dynamic>? error,
})

Implementation

WebApiModulesPluginsBoxedUpBoxedUpSignUpResponse({
  this.user,
  this.error,
});