example property

String get example

Implementation

String get example {
  if (_spec.example.isNotEmpty) return _spec.example;
  if (_country.example.isNotEmpty) return _country.example;
  return '1234567890';
}