FileTypePhoto.fromJson constructor

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

Parse from a json

Implementation

factory FileTypePhoto.fromJson(Map<String, dynamic> json) =>
    const FileTypePhoto();