Parse from a json
factory InputFileRemote.fromJson(Map<String, dynamic> json) => InputFileRemote( id: json['id'], );