Mutation$updateUser$updateUser$work$city$country constructor

Mutation$updateUser$updateUser$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. Mutation$updateUser$updateUser$work$city$country$flagSquare? flagSquare,
  9. Mutation$updateUser$updateUser$work$city$country$flagWide? flagWide,
})

Implementation

Mutation$updateUser$updateUser$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,
});