FetchCommentFailed constructor

FetchCommentFailed({
  1. required String message,
})

Implementation

FetchCommentFailed({required this.message});