Filter constructor

Filter(
  1. {required String topic,
  2. String? source}
)

Implementation

Filter({
  required this.topic,
  this.source,
});