disableTypeInference property

  1. @TagNumber(4)
bool disableTypeInference

Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.

Implementation

@$pb.TagNumber(4)
$core.bool get disableTypeInference => $_getBF(3);
  1. @TagNumber(4)
void disableTypeInference=(bool v)

Implementation

@$pb.TagNumber(4)
set disableTypeInference($core.bool v) { $_setBool(3, v); }