MarkDownInterpole constructor

MarkDownInterpole(
  1. MarkDownElm intent
)

Implementation

MarkDownInterpole(MarkDownElm intent){
  this._intent = intent;
  this._poler = <MarkDownElm>[];
}