GoogleCloudDatalabelingV1beta1SequentialSegment.fromJson constructor

GoogleCloudDatalabelingV1beta1SequentialSegment.fromJson(
  1. 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,
      );