Converts instance to a map.
Map<String, dynamic> toMap() { return { "src": src, "title": title, "url": url?.toString(), }; }