PostCommentsController constructor
PostCommentsController({
- required Comment comment,
- required ARMOYUServices service,
Implementation
PostCommentsController({required this.comment, required this.service});