PostCommentsController constructor

PostCommentsController({
  1. required Comment comment,
  2. required ARMOYUServices service,
})

Implementation

PostCommentsController({required this.comment, required this.service});