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