MapKey constructor

MapKey(
  1. String android,
  2. String ios,
  3. String web
)

Implementation

MapKey(this.android, this.ios, this.web);