factory CommentAuthorInformation({ _i2.String? name, _i3.Uri? iconPath, }) => CommentAuthorInformation._( name: name, iconPath: iconPath ?? _i6.undefined, );