multiplatform-settings
multiplatform-settings copied to clipboard
Add a toString for MapSettings
When trying to do assertions on MapSettings it would be nice to have some form of toString to display the contents when a test fails. Or you could just expose a read-only version of the delegate
This makes some sense. For now, one workaround would be to manually pass a MutableMap to the MapSettings constructor and hold onto that instance to make assertions