HomeSection.fromMap(Map<String, dynamic> map) : title = map['title'] as String, contents = map['contents'] as List<dynamic>;