toList method

List<bool> toList()

Implementation

List<bool> toList() => toDart.map((e) => e.toDart).toList();