ShortRepresentation constructor

ShortRepresentation({
  1. String? description,
  2. Map<String, int>? subqueries,
})

Implementation

ShortRepresentation({this.description, this.subqueries});