ClientInfo constructor
ClientInfo({
- List<
ClientInfoDetail> ? clientInfoDetails, - String? name,
Implementation
ClientInfo({this.clientInfoDetails, this.name});