factory Hair.fromMap(Map<String, dynamic> map) { return Hair( length: map['length'], type: map['type'], color: map['color'], ); }