copyWith method

ReadDatePrivacySettings copyWith({
  1. bool? showReadDate,
})

Implementation

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