dotAll property Null safety

bool dotAll

Implementation

@$pb.TagNumber(1)
$core.bool get dotAll => $_getBF(0);
void dotAll=(bool v)

Implementation

@$pb.TagNumber(1)
set dotAll($core.bool v) { $_setBool(0, v); }