keys property

  1. @override
Iterable<String> keys
override

Acquire the key to the data tied to Transaction.

Implementation

@override
Iterable<String> get keys => _additionalData.keys;