AppReplyToModel constructor

AppReplyToModel({
  1. required String userId,
  2. required int parentId,
  3. required int rootId,
})

Implementation

AppReplyToModel({
  required this.userId,
  required this.parentId,
  required this.rootId,
});