InputGroupCallSlug constructor

const InputGroupCallSlug({
  1. required String slug,
})

Input Group Call Slug constructor.

Implementation

const InputGroupCallSlug({required this.slug}) : super._();