lockType method

Series lockType()

Implementation

Series lockType(){
  if(!this._locked.contains('type')){
    this._locked.add('type');
  }
  return this;
}