Input.file constructor

const Input.file(
  1. String value
)

Implementation

const factory Input.file(String value) = InputFile;