castSet method

Set<DevSettings> castSet(
  1. Set set
)
inherited

Implementation

Set<T> castSet(Set<dynamic> set) => set.cast<T>();