mirror of
https://github.com/flutter/flutter.git
synced 2026-01-20 20:55:29 +08:00
Switch away from the `Iterable.castFrom` static method to the `Iterable.cast` instance method which is more readable and more consistent with other iterable usages.