ClientName constructor

ClientName({
  1. required String name,
})

Implementation

ClientName({required this.name});