ThreadItem.fromJson constructor

ThreadItem.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ThreadItem.fromJson(Map<String, Object?> json) =>
    _$ThreadItemFromJson(json);