ResultNotify constructor

const ResultNotify({
  1. Key? key,
  2. required bool result,
})

Implementation

const ResultNotify({Key? key, required this.result}) : super(key: key);