UpdatePhoneNumberRequest constructor

const UpdatePhoneNumberRequest({
  1. dynamic agentId,
})

Implementation

const UpdatePhoneNumberRequest({
  this.agentId,
});