Member predicate Impl::StructExprField::getFieldName
Gets the name of the field. This includes the case when shorthand syntax is used:
Foo {
a: 1, // field name is `a`
b // field name is `b`
}
Gets the name of the field. This includes the case when shorthand syntax is used:
Foo {
a: 1, // field name is `a`
b // field name is `b`
}