Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set/Map - Allow access to native dart collections #1

Merged
merged 2 commits into from
Nov 29, 2018

Conversation

passsy
Copy link
Owner

@passsy passsy commented Nov 29, 2018

Allow access of native dart collections for KMap and KSet. It was already available for KIterable and KList.

Set<String> set = setOf<String>(["a", "b", "c"]).set;
Map<String, int> map = mapOf<String, int>({"a": 1, "b": 2}).map;

@passsy passsy force-pushed the feature/map_set_dart_accessors branch from ef99d10 to cdc55c1 Compare November 29, 2018 14:02
@passsy passsy merged commit 89b5508 into master Nov 29, 2018
@passsy passsy deleted the feature/map_set_dart_accessors branch November 29, 2018 14:25
passsy added a commit that referenced this pull request Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant