nextValueFor method Null safety
- String propertyName
Gets the EmpireStateChanged.nextValue for the first event where the EmpireStateChanged.propertyName
matches the propertyName
argument
Implementation
T? nextValueFor(String propertyName) {
return firstForPropertyName(propertyName)?.nextValue;
}