Self when(String field, Map<dynamic, Self Function(Self)> conditions) { _dependsOn = field; _conditions[field] = conditions; return self; }