call abstract method

TRes call({
  1. String? firstName,
  2. String? lastName,
  3. String? email,
  4. Input$IPhoneInput? phone,
  5. Input$FullAddressInput? address,
})

Implementation

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