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
The class TZDateTime from timezone package implements DateTime, but it is not possible to set DateTime property on a realm model to a TZDateTime. This is due to how _intoRealmValue uses a switch on the values runtimeType instead of testing with is.
The text was updated successfully, but these errors were encountered:
The class
TZDateTime
fromtimezone
package implementsDateTime
, but it is not possible to setDateTime
property on a realm model to aTZDateTime
. This is due to how_intoRealmValue
uses a switch on the valuesruntimeType
instead of testing withis
.The text was updated successfully, but these errors were encountered: