userPhoneNumber property

List<int> userPhoneNumber
final

A list with the user's phone number. We use this list to show the users the last 4 digits of their number.

Implementation

final List<int> userPhoneNumber;