toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final endIndex = this.endIndex;
final segmentId = this.segmentId;
final startIndex = this.startIndex;
final tabId = this.tabId;
return {
'endIndex': ?endIndex,
'segmentId': ?segmentId,
'startIndex': ?startIndex,
'tabId': ?tabId,
};
}