net property

bool net

Implementation

bool get net => _net;
void net=(bool net)

Implementation

set net(bool net) => _net = net;