nextOperationKey property

String? nextOperationKey

Implementation

String? get nextOperationKey {
  if (_index < delta.length) {
    return delta.elementAt(_index).key;
  } else
    return null;
}