FileChooser constructor

FileChooser()

Implementation

FileChooser() : super('FileChooser') {
  nodeRoot.children.add(_fileUploadInputElement);
}