Mateo

remove super

@@ -115,7 +115,7 @@ class RxList<E> extends GetListenable<List<E>> @@ -115,7 +115,7 @@ class RxList<E> extends GetListenable<List<E>>
115 115
116 @override 116 @override
117 set value(List<E> val) { 117 set value(List<E> val) {
118 - super.value = val; 118 + value = val;
119 refresh(); 119 refresh();
120 } 120 }
121 121