WeChatShareFileModel constructor

WeChatShareFileModel(
  1. WeChatFile source, {
  2. String title = "",
  3. String description = "",
  4. WeChatImage? thumbnail,
  5. WeChatScene scene = WeChatScene.session,
  6. String? mediaTagName,
  7. String? messageAction,
  8. String? messageExt,
  9. String? msgSignature,
  10. bool compressThumbnail = true,
})

Implementation

WeChatShareFileModel(
  this.source, {
  this.title = "",
  this.description = "",
  this.thumbnail,
  this.scene = WeChatScene.session,
  this.mediaTagName,
  this.messageAction,
  this.messageExt,
  this.msgSignature,
  this.compressThumbnail = true,
});