DetailNotifier constructor

DetailNotifier({
  1. HttpActivity? data,
})

Implementation

DetailNotifier({this.data}) {
  init();
}