numbers property

List<int> get numbers

Implementation

List<int> get numbers => map((dynamic e) => (e as dynamic).number as int).toList();