const Country({ required this.name, required this.code, required this.dialCode, required this.flagPath, });