MDStdText constructor

MDStdText(
  1. String text
)

Implementation

MDStdText(String text){
  this._text = text;
}