from property
double
get
from
Implementation
double get from => _from;
set
from
(double value)
Implementation
set from(double value) {
_from = value;
}