value property
String?
get
value
Gets the full number or null if the number is empty.
Implementation
String? get value => number.isEmpty ? null : fullNumber;
Gets the full number or null if the number is empty.
String? get value => number.isEmpty ? null : fullNumber;