$GoogleCloudDocumentaiV1DocumentPageDimension.fromJson constructor

$GoogleCloudDocumentaiV1DocumentPageDimension.fromJson(
  1. Map json_
)

Implementation

$GoogleCloudDocumentaiV1DocumentPageDimension.fromJson(core.Map json_)
  : this(
      height: (json_['height'] as core.num?)?.toDouble(),
      unit: json_['unit'] as core.String?,
      width: (json_['width'] as core.num?)?.toDouble(),
    );