calalFase method

  1. @override
MDInterpole calalFase()
override

Implementation

@override
MDInterpole calalFase(){
  if(this._poler.length > 0){
    this._poler.forEach((MDElm elm)=>elm.dispacher(this._intent));
  }
  return this;
}