Chromium Code Reviews| Index: client/html/generated/html/frog/File.dart |
| diff --git a/client/html/generated/html/frog/File.dart b/client/html/generated/html/frog/File.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cc1245fa37c81232734c66718d00b6a82395c0c5 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/File.dart |
| @@ -0,0 +1,13 @@ |
| + |
| +class _FileJs extends _BlobJs implements File native "*File" { |
| + |
| + final String fileName; |
| + |
| + final int fileSize; |
| + |
| + final Date lastModifiedDate; |
| + |
| + final String name; |
| + |
| + final String webkitRelativePath; |
| +} |