generateMobile method

String? generateMobile()

Implementation

String? generateMobile() {
  return usersList.random().mobile;
}