DocumentList.fromJson constructor

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

Create an DocumentList from JSON

Implementation

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