ClientCenterShareParam constructor

ClientCenterShareParam({
  1. required String desc,
  2. required String title,
  3. required String url,
})

Implementation

ClientCenterShareParam({
  required this.desc,
  required this.title,
  required this.url,
});