GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector.fromJson constructor

GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector.fromJson(
  1. Map json_
)

Implementation

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