Metadata(Map<String, dynamic> model) { _sections = (model['sections'] as List).map((e) => BoxSection(e)).toList(); }