call abstract method
TRes
call({
- String? firstName,
- String? lastName,
- String? email,
- Input$IPhoneInput? phone,
- Input$FullAddressInput? address,
Implementation
TRes call({
String? firstName,
String? lastName,
String? email,
Input$IPhoneInput? phone,
Input$FullAddressInput? address,
});