connectionNotes property

  1. @override
String? connectionNotes
override

Property getter and setter for connectionNotes:

Implementation

@override
String? get connectionNotes => _connectionNotes;
  1. @override
void connectionNotes=(String? connectionNotes)
override

Implementation

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