UpdateApplicationResponse constructor
UpdateApplicationResponse({
- Timestamp? changeDate,
Implementation
factory UpdateApplicationResponse({
$1.Timestamp? changeDate,
}) {
final result = create();
if (changeDate != null) result.changeDate = changeDate;
return result;
}