list property

MdListUtil<T> get list

Implementation

MdListUtil<T> get list {
  return MdListUtil(
    (value) => only(list: value),
  );
}