import '../model/Comment.dart'; class CommentViewModel { // Methods List getCommentsPost(int idPost) { throw new Error(); } }