rxLength property

RxComputed<int> get rxLength

Get list length as reactive value

Implementation

RxComputed<int> get rxLength => computed(() => value.length);