How to access metadata of Named Fields in a RecordType using Dart Analyzer?
I am working on a Dart builder and need to inspect the metadata (annotations) applied to the named fields of a RecordType
. However, while I can successfully access RecordType.namedFields
, the resulting RecordTypeNamedField
objects do not appear to expose any metadata-related members.