value property

String? get value

Implementation

String? get value => number.isEmpty ? null : fullNumber;