BasisDevice(this.id, this.name, this.model) { _controller = StreamController<ListenEvent>(); _controller.stream.asyncMap(_funcListen).listen((event) {}); }