net property

bool get net

Implementation

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

Implementation

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