Mstrings constructor

Mstrings(
  1. String name,
  2. String data
)

Implementation

Mstrings(this.name, this.data);