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