InputFileGenerated class

Inheritance

Constructors

InputFileGenerated({required String originalPath, required String conversion, required int expectedSize})
A file generated by the application
const
InputFileGenerated.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

clientId int?
client identifier
no setterinherited
conversion String
conversion String specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with '#' are reserved for internal TDLib usage
final
expectedSize int
expectedSize Expected size of the generated file, in bytes; 0 if unknown
final
extra → dynamic
callback sign
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
originalPath String
originalPath Local path to a file from which the file is generated; may be empty if there is no such file
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? originalPath, String? conversion, int? expectedSize}) InputFileGenerated
override
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String