Trophy.parse constructor

Trophy.parse(
  1. Reddit reddit,
  2. Map? data
)

Implementation

Trophy.parse(Reddit reddit, Map? data) : super(reddit) {
  setData(this, data);
}