domain property

List<D> get domain

The input domain.

Implementation

List<D> get domain;
set domain (List<D> value)

Implementation

set domain(List<D> value);