Settings constructor

Settings({
  1. String? name,
  2. String? alias,
  3. String? icon,
  4. String? version,
  5. String? animate,
  6. String? slogan,
  7. String? memo,
  8. List<String>? metric,
  9. List<String>? tags,
  10. Map<String, List<String>>? auths,
  11. Map<String, String>? raw,
})

Implementation

Settings({this.name, this.alias, this.icon, this.version, this.animate, this.slogan, this.memo, this.metric, this.tags, this.auths, this.raw});