castList method

List<DevSettings> castList(
  1. List list
)
inherited

Implementation

List<T> castList(List<dynamic> list) => list.cast<T>();