factory Feature.fromMap(Map<String, dynamic> map) { return Feature( name: map['name'], identifier: map['identifier'], value: map['value'], ); }