TimelineLineCommentedEvent.fromJson constructor

TimelineLineCommentedEvent.fromJson(
  1. Map<String, dynamic> input
)

Implementation

factory TimelineLineCommentedEvent.fromJson(Map<String, dynamic> input) =>
    _$TimelineLineCommentedEventFromJson(input);