normalizedNumber property
@JsonKey(defaultValue: ""), read / write
Normalized phone number (android only).
Android sometimes computes a normalized number, e.g. +12345678900 for +1 (234) 567-8900
Implementation
@JsonKey(defaultValue: "")
String normalizedNumber;