copyWith method
Implementation
PushMessageContentDocument copyWith({Document? document, bool? isPinned}) =>
PushMessageContentDocument(
document: document ?? this.document,
isPinned: isPinned ?? this.isPinned,
);
PushMessageContentDocument copyWith({Document? document, bool? isPinned}) =>
PushMessageContentDocument(
document: document ?? this.document,
isPinned: isPinned ?? this.isPinned,
);