Converts to JSON.
Map<String, dynamic> toJson() => { 'url': url, if (detail != null) 'detail': detail, };