PdfTableElement.fromJson constructor

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

Implementation

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