ListContent.fromContents(List<Content> contents) : super.fromType(ContentType.ARRAY) { // content list _list = contents; // this['contents'] = Content.revert(contents); }