RichBlockTableCell.fromJson constructor

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

Creates a RichBlockTableCell object from JSON.

Implementation

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