static Content? parse(Object? content) { var helper = sharedMessageExtensions.contentHelper; return helper!.parseContent(content); }