PdfTextElement.fromJson constructor

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

Implementation

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