copyWith method

MessageSuggestProfilePhoto copyWith({
  1. ChatPhoto? photo,
})

Implementation

MessageSuggestProfilePhoto copyWith({ChatPhoto? photo}) =>
    MessageSuggestProfilePhoto(photo: photo ?? this.photo);