FileSearch.fromJson constructor
Creates a FileSearch from a JSON map.
Implementation
factory FileSearch.fromJson(Map<String, dynamic> json) => $schema.parse(json);
Creates a FileSearch from a JSON map.
factory FileSearch.fromJson(Map<String, dynamic> json) => $schema.parse(json);