call abstract method

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

Implementation

TRes call({
  String? id,
  String? name,
  String? code,
  String? dialCode,
  String? iconFlag,
  DateTime? createdAt,
  DateTime? updatedAt,
  Query$user$user$work$city$country$flagSquare? flagSquare,
  Query$user$user$work$city$country$flagWide? flagWide,
});