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