MDDoc.fromList constructor

MDDoc.fromList(
  1. List<MDElm> mdList
)

Implementation

MDDoc.fromList(List<MDElm> mdList){
  this._mdl = mdList;
}