ExtendParams constructor

ExtendParams({
  1. required String topic,
})

Implementation

ExtendParams({
  required this.topic,
});