Dart - How to sort Map's keys

前端 未结 3 1786
天命终不由人
天命终不由人 2020-12-11 14:47

I have question in sorting Map\'s key in Dart.

Map map = new Map();

How can

3条回答
  •  独厮守ぢ
    2020-12-11 14:58

    I know my answer is too late but check out what I've found.. Might help someone

    This sortedmap Package helps to maintain Map of objects in a sorted manner.

提交回复
热议问题