AwsMDText constructor

const AwsMDText(
  1. String title,
  2. String text
)

Implementation

const AwsMDText(this.title, this.text);