marty-isync

Results 1 issues of marty-isync

Using the orderBy extension doesn't work on the type `bool` Code e.g. ``` List test = [true, false, true, false]; debugPrint(test.orderBy((b) => b).toString()); ``` Result: ```flutter: (true, false, true, false)```...