onDone property

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

Implementation

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