Common constructor
      
      Common({ 
    
    
- int? count,
- String? next,
- String? previous,
- List<NamedAPIResource> ? results,
Implementation
Common({this.count, this.next, this.previous, this.results});