FajaxResult constructor

FajaxResult({
  1. required dynamic response,
  2. required Map<String, dynamic> info,
})

Implementation

FajaxResult({required this.response, required this.info});