EndOfSegmentLocation.fromJson constructor
EndOfSegmentLocation.fromJson(
- Map json_
Implementation
EndOfSegmentLocation.fromJson(core.Map json_)
: this(
segmentId: json_['segmentId'] as core.String?,
tabId: json_['tabId'] as core.String?,
);