MiniProgramQrException constructor
const
MiniProgramQrException({})
Implementation
const MiniProgramQrException({
required this.errorCode,
required this.message,
this.details = const <String, Object?>{},
});
const MiniProgramQrException({
required this.errorCode,
required this.message,
this.details = const <String, Object?>{},
});