BoxSection(this._model) { _rows = (_model['rows'] as List<dynamic>).map((e) => BoxRow(e)).toList(); }