Consider: ```dart typedef Foo = ({ /// Hello world int a, }); ``` It'd be useful if `foo.a` showed the record's Dartdoc.