FileEntity class
Constructors
-
FileEntity({XFile? pickedFile, Uint8List? bytes, String? path, String? fileName, String? mimeType = 'Images', String? uploadingToastTxt, Map<String, dynamic>? queryParams, String? imgFieldName, String? urlFieldName, String? accessToken})
-
const
Methods
-
copyWith({XFile? pickedFile, Uint8List? bytes, String? path, String? fileName, String? mimeType, String? uploadingToastTxt, Map<String, dynamic>? queryParams, String? imgFieldName, String? urlFieldName, String? accessToken})
→ FileEntity
-
-
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