Query$user$user$work$city$country constructor

Query$user$user$work$city$country({
  1. required String id,
  2. required String name,
  3. String? code,
  4. String? dialCode,
  5. String? iconFlag,
  6. required DateTime createdAt,
  7. required DateTime updatedAt,
  8. Query$user$user$work$city$country$flagSquare? flagSquare,
  9. Query$user$user$work$city$country$flagWide? flagWide,
})

Implementation

Query$user$user$work$city$country({
  required this.id,
  required this.name,
  this.code,
  this.dialCode,
  this.iconFlag,
  required this.createdAt,
  required this.updatedAt,
  this.flagSquare,
  this.flagWide,
});