call abstract method

TRes call({
  1. String? user,
  2. String? comment,
  3. String? replyTo,
  4. List<String>? attachments,
  5. Input$CommentHolderInput? holder,
})

Implementation

TRes call({
  String? user,
  String? comment,
  String? replyTo,
  List<String>? attachments,
  Input$CommentHolderInput? holder,
});