ClientInfo constructor

ClientInfo({
  1. List<ClientInfoDetail>? clientInfoDetails,
  2. String? name,
})

Implementation

ClientInfo({
  this.clientInfoDetails,
  this.name,
});