BasePublishModel<TMedia extends ImageChooseBean, TVoice extends VoiceBaseBean, TTag extends BaseChooseItemModel, TTopic, TUser> constructor
BasePublishModel<TMedia extends ImageChooseBean, TVoice extends VoiceBaseBean, TTag extends BaseChooseItemModel, TTopic, TUser> ({
- String? publishId,
- bool publishIdAsEditIdIfExsit = true,
- String? publishTitle,
- String? publishDescribe,
- List<
String> ? messageAtUserIds, - List<
TMedia> ? imageChooseModels, - ImageChooseBean? coverImageChooseModel,
- TVoice? uploadVoiceBean,
- List<
TTag> ? selectedActivityTagModels, - List<
TTopic> ? topicList, - DateChooseBean? dateChooseBean,
- String? dateChooseString,
- NearbyOrAreaPickerAddressModel? locationBean,
- JurisdictionType? jurisdictionType,
- List<
TUser> ? selectUsers,
Implementation
BasePublishModel({
this.publishId,
this.publishIdAsEditIdIfExsit = true,
this.publishTitle,
this.publishDescribe,
this.messageAtUserIds,
this.imageChooseModels,
this.coverImageChooseModel,
this.uploadVoiceBean,
this.selectedActivityTagModels,
this.topicList,
this.dateChooseBean,
this.dateChooseString,
this.locationBean,
this.jurisdictionType,
this.selectUsers,
});