GoogleCloudDatalabelingV1beta1TextPayload.fromJson constructor
GoogleCloudDatalabelingV1beta1TextPayload.fromJson(
- Map _json
Implementation
GoogleCloudDatalabelingV1beta1TextPayload.fromJson(core.Map _json)
: this(
textContent: _json.containsKey('textContent')
? _json['textContent'] as core.String
: null,
);