e164WithPlus property

String? get e164WithPlus

Implementation

String? get e164WithPlus => e164 == null ? null : '+$e164';