You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an object has a string property, getters always return Option<String>. If the property is always set by construction, it would be great to be able to tell gir that it is not nullable, eg:
[[object.property]]
name = "my-prop"
nullable = false