GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty.fromJson constructor
GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty.fromJson(
- Map json_
Implementation
GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty.fromJson(
core.Map json_)
: this(
displayName: json_['displayName'] as core.String?,
name: json_['name'] as core.String?,
occurrenceType: json_['occurrenceType'] as core.String?,
valueType: json_['valueType'] as core.String?,
);