containsJson property
Whether the raw text contained any parseable JSON object.
Implementation
@$pb.TagNumber(2)
$core.bool get containsJson => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set containsJson($core.bool value) => $_setBool(1, value);
Whether the raw text contained any parseable JSON object.
@$pb.TagNumber(2)
$core.bool get containsJson => $_getBF(1);
@$pb.TagNumber(2)
set containsJson($core.bool value) => $_setBool(1, value);