copyWith method
Implementation
PushMessageContentStory copyWith({bool? isMention, bool? isPinned}) =>
PushMessageContentStory(
isMention: isMention ?? this.isMention,
isPinned: isPinned ?? this.isPinned,
);
PushMessageContentStory copyWith({bool? isMention, bool? isPinned}) =>
PushMessageContentStory(
isMention: isMention ?? this.isMention,
isPinned: isPinned ?? this.isPinned,
);