of<T> static method

RxList<T> of<T>(
  1. List<T> list
)

Implementation

static RxList<T> of<T>(List<T> list) => RxList<T>(list);