InputRichBlockListItem.fromJson constructor

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

Creates a InputRichBlockListItem object from JSON.

Implementation

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