connectionLabel property

  1. @override
String? connectionLabel
override

Property getter and setter for connectionLabel:

Implementation

@override
String? get connectionLabel => _connectionLabel;
  1. @override
void connectionLabel=(String? connectionLabel)
override

Implementation

@override
set connectionLabel(String? connectionLabel) {
  this._connectionLabel = connectionLabel;
  wrapped['connectionLabel'] = jsonLiteral(connectionLabel);
}