Common constructor

Common({
  1. int? count,
  2. String? next,
  3. String? previous,
  4. List<NamedAPIResource>? results,
})

Implementation

Common({this.count, this.next, this.previous, this.results});