constKeys method
Defines the Stack.keys-accessor as a constant function that always returns the specified value.
Implementation
void constKeys(List<K> keys) {
this.keys = constant(keys);
}
Defines the Stack.keys-accessor as a constant function that always returns the specified value.
void constKeys(List<K> keys) {
this.keys = constant(keys);
}