PdfElement.fromJson constructor

PdfElement.fromJson(
  1. Map<String, dynamic> json
)

Factory for creating a PdfElement from a JSON map.

Implementation

factory PdfElement.fromJson(Map<String, dynamic> json) => _$PdfElementFromJson(json);