value property

AValue get value

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

final AValue value;
set value (AValue value)

Implementation

set value(AValue value) {
  if (this.value != value) {
    this.value = value;
  }
}