factory Content.fromMap(Map<String, Object?> value) { assert(value.containsKey('type')); return Content._(value); }