Value property

String? Value
Gets or sets the value to compare the specified property with.

Implementation

String? get Value => this.value;
void Value=(String? value)

Implementation

set Value(String? value) {
  this.value = value;
}