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