unsetData method

dynamic unsetData()

Implementation

unsetData() {
  this.data = null;
}