factory Settings.fromMap(Map<String, dynamic> map) { return Settings( settings: List<String>.from(map['settings'] as List), ); }