BaseMessageParams constructor Null safety
- {String? data,
- String? customType,
- PushNotificationDeliveryOption pushOption = PushNotificationDeliveryOption.normal,
- List<
MessageMetaArray> ? metaArrays, - MentionType? mentionType,
- List<
String> ? mentionedUserIds, - int? parentMessageId,
- bool replyToChannel = false,
- List<
User> ? mentionedUsers, - bool isPinnedMessage = false}
Implementation
BaseMessageParams({
this.data,
this.customType,
this.pushOption = PushNotificationDeliveryOption.normal,
this.metaArrays,
this.mentionType,
this.mentionedUserIds,
this.parentMessageId,
this.replyToChannel = false,
this.mentionedUsers,
this.isPinnedMessage = false,
});