uclid method

Builder uclid(
  1. String value
)

Implementation

Builder uclid(String value) {
  _parameters['uclid'] = value;
  return this;
}