FileTypeSecure.fromJson constructor

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

Parse from a json

Implementation

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