MultiLanguage constructor

MultiLanguage({
  1. List<String>? multiLanguage,
  2. String? name,
  3. int? ret,
  4. String? sessionID,
})

Implementation

MultiLanguage({this.multiLanguage, this.name, this.ret, this.sessionID});