RichableListItem.fromJson constructor

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

Implementation

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