SecurePlainPhone constructor

const SecurePlainPhone({
  1. required String phone,
})

Secure Plain Phone constructor.

Implementation

const SecurePlainPhone({
  required this.phone,
}) : super._();