FileInput class

The data specific for file data sources.

This field is empty for other data source inputs.

Constructors

FileInput.new({FetchSettings? fetchSettings, String? fileInputType, String? fileName})
FileInput.fromJson(Map json_)

Properties

fetchSettings FetchSettings?
Fetch details to deliver the data source.
getter/setter pair
fileInputType String?
The type of file input.
getter/setter pair
fileName String?
The file name of the data source.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited