DAppException constructor

DAppException({
  1. required String code,
  2. String? message,
  3. Object? extraData,
})

构造函数

Implementation

DAppException({required this.code, this.message, this.extraData});