Map<String, dynamic> toJson() => { 'text': text, 'target': target, 'isImage': isImage, 'url': url, };