MDElm constructor

MDElm(
  1. MDElmKind kind
)

Implementation

MDElm(MDElmKind kind){
  this._kind = kind;
}