@override Map<String, Function> methods() => { 'init': ([List? values]) { return JSSet(values ?? []); }, };