FileTypeProfilePhoto.fromJson constructor

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

Parse from a json

Implementation

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