homePort property

String homePort

Implementation

String get homePort => _homePort;
void homePort=(String homePort)

Implementation

set homePort(String homePort) => _homePort = homePort;