StringData constructor

StringData({
  1. String code = "",
  2. String text = "",
})

Implementation

StringData({this.code = "", this.text = ""});