setDataType method

dynamic setDataType(
  1. dynamic value
)

Implementation

setDataType(value) {
  this.type = value;
  return this;
}