Entry<T>.fromJson constructor
The constructor fromJson of Contentful Entry Model
Implementation
factory Entry.fromJson(
Map<String, dynamic> json,
T Function(Object?) fromJsonT,
) =>
_$EntryFromJson(json, fromJsonT);