size property

bool get size

Set to true if size value is requested.

Implementation

bool get size => _wrapped.size;
set size (bool v)

Implementation

set size(bool v) {
  _wrapped.size = v;
}