copyWith method
Implementation
MessageLink copyWith({String? link, bool? isPublic}) =>
MessageLink(link: link ?? this.link, isPublic: isPublic ?? this.isPublic);
MessageLink copyWith({String? link, bool? isPublic}) =>
MessageLink(link: link ?? this.link, isPublic: isPublic ?? this.isPublic);