MagicBaseResponse constructor
MagicBaseResponse({})
Implementation
MagicBaseResponse({
required this.event,
required this.tagId,
required this.rawMap,
this.adObjectId,
this.adObject,
this.method,
this.requestMessage,
this.extraMap = const <String, Object?>{},
});