atClient property

AtClientImpl? atClient

Implementation

AtClientImpl? get atClient => _atClient;
void atClient=(AtClient? value)

Implementation

set atClient(AtClient? value) {
  _atClient = value as AtClientImpl?;
}