sameMobileAndFixedLinePattern property

  1. @TagNumber(18)
bool sameMobileAndFixedLinePattern

Specifies whether the mobile and fixed-line patterns are the same or not. This is used to speed up determining phone number type in countries where these two types of phone numbers can never be distinguished.

Implementation

@$pb.TagNumber(18)
$core.bool get sameMobileAndFixedLinePattern => $_getBF(16);
  1. @TagNumber(18)
void sameMobileAndFixedLinePattern=(bool v)

Implementation

@$pb.TagNumber(18)
set sameMobileAndFixedLinePattern($core.bool v) {
  $_setBool(16, v);
}