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,
      );