copyWith method
Implementation
PushMessageContentAudio copyWith({Audio? audio, bool? isPinned}) =>
PushMessageContentAudio(
audio: audio ?? this.audio,
isPinned: isPinned ?? this.isPinned,
);
PushMessageContentAudio copyWith({Audio? audio, bool? isPinned}) =>
PushMessageContentAudio(
audio: audio ?? this.audio,
isPinned: isPinned ?? this.isPinned,
);