提交 8a2973e7 authored 作者: JarvanMo's avatar JarvanMo

remove colon

上级 9b98c83d
...@@ -179,8 +179,8 @@ class WeChatShareMusicModel implements WeChatShareBaseModel { ...@@ -179,8 +179,8 @@ class WeChatShareMusicModel implements WeChatShareBaseModel {
WeChatShareMusicModel( WeChatShareMusicModel(
{this.musicUrl, {this.musicUrl,
this.musicLowBandUrl, this.musicLowBandUrl,
this.title: "", this.title = "",
this.description: "", this.description = "",
this.musicDataUrl, this.musicDataUrl,
this.musicLowBandDataUrl, this.musicLowBandDataUrl,
this.thumbnail, this.thumbnail,
...@@ -232,8 +232,8 @@ class WeChatShareVideoModel implements WeChatShareBaseModel { ...@@ -232,8 +232,8 @@ class WeChatShareVideoModel implements WeChatShareBaseModel {
{this.scene = WeChatScene.SESSION, {this.scene = WeChatScene.SESSION,
this.videoUrl, this.videoUrl,
this.videoLowBandUrl, this.videoLowBandUrl,
this.title: "", this.title = "",
this.description: "", this.description = "",
this.thumbnail, this.thumbnail,
this.mediaTagName, this.mediaTagName,
this.messageAction, this.messageAction,
...@@ -277,7 +277,7 @@ class WeChatShareVideoModel implements WeChatShareBaseModel { ...@@ -277,7 +277,7 @@ class WeChatShareVideoModel implements WeChatShareBaseModel {
class WeChatShareWebPageModel implements WeChatShareBaseModel { class WeChatShareWebPageModel implements WeChatShareBaseModel {
WeChatShareWebPageModel( WeChatShareWebPageModel(
this.webPage, { this.webPage, {
this.title: "", this.title = "",
String? description, String? description,
this.thumbnail, this.thumbnail,
this.scene = WeChatScene.SESSION, this.scene = WeChatScene.SESSION,
...@@ -323,7 +323,7 @@ class WeChatShareFileModel implements WeChatShareBaseModel { ...@@ -323,7 +323,7 @@ class WeChatShareFileModel implements WeChatShareBaseModel {
WeChatShareFileModel( WeChatShareFileModel(
this.source, { this.source, {
this.title = "", this.title = "",
this.description: "", this.description = "",
this.thumbnail, this.thumbnail,
this.scene = WeChatScene.SESSION, this.scene = WeChatScene.SESSION,
this.mediaTagName, this.mediaTagName,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论