GoogleCloudDatalabelingV1beta1SequentialSegment.fromJson constructor
GoogleCloudDatalabelingV1beta1SequentialSegment.fromJson(
- Map _json
Implementation
GoogleCloudDatalabelingV1beta1SequentialSegment.fromJson(core.Map _json)
: this(
end: _json.containsKey('end') ? _json['end'] as core.int : null,
start: _json.containsKey('start') ? _json['start'] as core.int : null,
);