Topic constructor

Topic({
  1. String name = '',
})

Implementation

Topic({this.name = ''}) : super(fullyQualifiedName);