maybeChange method
Optionally change the data of the model with the given key. Ignores if the model is read-only.
TThe type of the data.contextThe build context.- key The data key.
dataThe new data.
Implementation
void maybeChange(BuildContext context, T data) {
MultiModel.maybeChange(context, key, data);
}