send property
bool?
get
send
Implementation
bool? get send => _send;
set
send
(bool? value)
Implementation
set send(bool? value) {
_send = value;
}