PostCommentsControllerV2 constructor

PostCommentsControllerV2({
  1. required APIPostComments comment,
  2. required ARMOYUServices service,
})

Implementation

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