name property

String name

Implementation

String get name {
  final nameOrIndex =
      snapshot._edges[_offset + snapshot.meta.edgeNameOrIndexIndex];
  return type == 'property' ? snapshot.strings[nameOrIndex] : '@$nameOrIndex';
}