key property

String? key

The key of the location that generated this DataSnapshot.

Implementation

String? get key {
  return _data['key'];
}