GetCustomPasswordChangeMessageTextResponse constructor
GetCustomPasswordChangeMessageTextResponse({
- MessageCustomText? customText,
Implementation
factory GetCustomPasswordChangeMessageTextResponse({
$8.MessageCustomText? customText,
}) {
final result = create();
if (customText != null) result.customText = customText;
return result;
}