RichBlockListItem.fromJson constructor
Creates a RichBlockListItem object from JSON.
Implementation
factory RichBlockListItem.fromJson(Map<String, dynamic> json) =>
_$RichBlockListItemFromJson(json);
Creates a RichBlockListItem object from JSON.
factory RichBlockListItem.fromJson(Map<String, dynamic> json) =>
_$RichBlockListItemFromJson(json);