ReaperAdCallBack constructor

const ReaperAdCallBack({
  1. @required String? method,
  2. String? error,
  3. int? viewId,
  4. @required String? adType,
})

Implementation

const ReaperAdCallBack(
    {@required this.method, this.error, this.viewId, @required this.adType});