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
Hi, thanks for your plugin.
Since serializers.serializeWith returns Object type, it would be very nice to add as Map<String, dynamic> at the end of this return serializers.serializeWith(Property.serializer, this) as Map<String, dynamic>;
The text was updated successfully, but these errors were encountered:
Hello, I have not used built_value since version 7, the weekend I will update myself, to update the snippets, in the same way if you want to make a pull request or leave a draft of how you want them to be, it would be of great help :)
Hi, thanks for your plugin.
Since
serializers.serializeWith
returnsObject
type, it would be very nice to addas Map<String, dynamic>
at the end of thisreturn serializers.serializeWith(Property.serializer, this) as Map<String, dynamic>;
The text was updated successfully, but these errors were encountered: