OTPResponse constructor
const
OTPResponse({})
Implementation
const factory OTPResponse({
required bool success,
required String message,
String? expiresAt,
bool? requiresTenantSelection,
bool? isNewUser,
// Single tenant response
String? defaultTenantId,
String? defaultTenantName,
// Selected tenant response
String? selectedTenantId,
String? selectedTenantName,
// Multiple tenant response
List<TenantInfo>? tenants,
}) = _OTPResponse;