copyWith method
Implementation
ReadDatePrivacySettings copyWith({bool? showReadDate}) =>
ReadDatePrivacySettings(showReadDate: showReadDate ?? this.showReadDate);
ReadDatePrivacySettings copyWith({bool? showReadDate}) =>
ReadDatePrivacySettings(showReadDate: showReadDate ?? this.showReadDate);