Updates state of notifier.
Should be called after story loaded it's params.
void deserialize(Map<String, dynamic> json) { for (final entry in json.entries) { update(entry.key, entry.value); } }