phoneCode property

String? phoneCode
final

this field is used to store real phone code for most countries it will be the same as internalPhoneCode but there are cases when system need another internal code to tell apart similar phone code e.g. Russia and Kazakhstan Kazakhstan has the same code as Russia +7 but internal code is 77 because most phones there start with 77 while in Russia it's 79

Implementation

final String? phoneCode;