arguments property

  1. @override
Map<String, dynamic> arguments

Implementation

@override
Map<String, dynamic> get arguments => {
      'webPageUrl': webPageUrl,
      "miniProgramType": miniProgramType.value,
      "userName": userName,
      "path": path,
      "title": title,
      _description: description,
      "withShareTicket": withShareTicket,
      _thumbnail: thumbnail.toMap(),
      "hdImagePath": hdImagePath?.toMap(),
      _messageAction: messageAction,
      _mediaTagName: mediaTagName,
      _compressThumbnail: compressThumbnail,
      _msgSignature: msgSignature
    };