RichBlockListItem.fromJson constructor

RichBlockListItem.fromJson(
  1. Map<String, dynamic> json
)

Creates a RichBlockListItem object from JSON.

Implementation

factory RichBlockListItem.fromJson(Map<String, dynamic> json) =>
    _$RichBlockListItemFromJson(json);