toBeacon method

ListBeacon<T> toBeacon()

Converts a list to ListBeacon.

Implementation

ListBeacon<T> toBeacon() {
  return ListBeacon<T>(this);
}