static void setOf<T extends Object>( String name, List<T> value, { bool notify = true, }) { return of<T>(name).set(value, notify); }