address property

String? address

The address to filter by, or null to match any address.

Implementation

String? get address => impl.address;
void address=(String? address)

Implementation

set address(String? address) => impl.address = address;