Query$user$user$work$city$country constructor
Query$user$user$work$city$country({
- required String id,
- required String name,
- String? code,
- String? dialCode,
- String? iconFlag,
- required DateTime createdAt,
- required DateTime updatedAt,
- Query$user$user$work$city$country$flagSquare? flagSquare,
- 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,
});