PlainFile.fromJson constructor

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

Constructs a PlainFile from the provided json.

Implementation

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