setSource<D> method

void setSource<D>(
  1. D? data
)

Implementation

void setSource<D>(D? data) {
  _source = data;
}