Lightro<T>.of constructor

Lightro<T>.of(
  1. T data
)

Creates a new Lightro instance.

Implementation

Lightro.of(super.data);