FileX class

Constructors

FileX({String prefix = '', String filename = '', String directory = '', String extension = '', Uint8List? bytes, String? base64})

Properties

base64 String?
getter/setter pair
bytes Uint8List?
getter/setter pair
directory String
getter/setter pair
extension String
getter/setter pair
filename String
getter/setter pair
hasBase64 bool
no setter
hasBytes bool
no setter
hashCode int
The hash code for this object.
no setterinherited
prefix String
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

gif → const String
jpeg → const String
jpg → const String
pdf → const String
png → const String
svg → const String
webp → const String