Converts the given json to a content item of type T
@override T? fromJson<T>(Map<String, dynamic> json) { return null; }