$DocumentPageTokenDetectedBreak.fromJson constructor

$DocumentPageTokenDetectedBreak.fromJson(
  1. Map _json
)

Implementation

$DocumentPageTokenDetectedBreak.fromJson(core.Map _json)
    : this(
        type: _json.containsKey('type') ? _json['type'] as core.String : null,
      );