Comment.parse constructor

Comment.parse(
  1. Reddit reddit,
  2. Map data
)

Implementation

Comment.parse(Reddit reddit, Map data) : super.withID(reddit, data['id']) {
  setData(this, data);
}