GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector.fromJson constructor
GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector.fromJson(
- Map json_
Implementation
GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector.fromJson(
core.Map json_)
: this(
pages: json_.containsKey('pages')
? (json_['pages'] as core.List)
.map((value) => value as core.int)
.toList()
: null,
);