TimelineItem.fromJson constructor

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

Implementation

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