value property

String? value
final

An assertion about the value of name.

The precise semantics of this string are defined by op.

If this is null, this matches any element with the given property, regardless of this value. It's null if and only if op is null.

Implementation

final String? value;