c506bb80ba
This removes the Declaration from RecordFieldDeclaration and renames it to RecordField. The fields of a record type are not declarations but are similar to FormalParameter of a FunctionTypeAnnotation; they contain part of the information for the RecordTypeAnnotation but are not identifiable on their own. Change-Id: Iaa9d95d49f2152096b970c6e2d24c524327f933e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/355740 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Jake Macdonald <jakemac@google.com>