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