commit | e6397945e7fa1663d8a347992fa57e33d2ba8ba6 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Fri Nov 22 10:38:53 2019 -0800 |
committer | GitHub <noreply@github.com> | Fri Nov 22 10:38:53 2019 -0800 |
tree | a6de7763579729c75d0b4f14412d30dc8612a9c0 | |
parent | 7c0c105296bbc3ad17f461d3affa7bcfd11a0f6d [diff] |
Enable and fix prefer_conditional_assignment (dart-lang/glob#30) Migrate to `??=` for all cases where the assignment was the only behavior behind the condition. Refactor to `=>` for the pattern of memoized getters.