$value property

Object get $value
override

Implementation

Object get $value {
  return _elements.map((e) => e.$value).toList();
}