unwrap method

List<T> unwrap()

Implementation

List<T> unwrap() => (this ?? []).whereType<T>().toList();