contactId property

  1. @override
RecordKey? get contactId
override

Property getter and setter for contactId:

Implementation

@override RecordKey? get contactId => _contactId;
  1. @override
set contactId (RecordKey? contactId)
override

Implementation

@override set contactId(RecordKey? contactId) {
  this._contactId = contactId;
  wrapped['contactId'] = jsonLiteral(contactId);
}