onDone property

  1. @Output('done')
Stream<FoQuestionModel> onDone

Implementation

@Output('done')
Stream<FoQuestionModel> get onDone => doneController.stream;