contactId property
Property getter and setter for contactId:
Implementation
@override RecordKey? get contactId => _contactId;
Implementation
@override set contactId(RecordKey? contactId) {
this._contactId = contactId;
wrapped['contactId'] = jsonLiteral(contactId);
}