File class

This class is used to store data of the file

Constructors

File(String? name, String? comment, String? contentType, int size)
constructor to initialize the file

Properties

comment String?
name, content type, comment of the file
final
contentType String?
name, content type, comment of the file
final
hashCode int
The hash code for this object.
no setterinherited
name String?
name, content type, comment of the file
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
size of the file in bytes
final

Methods

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

Operators

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