FilesModel class
FilesModel Class
Constructors
- FilesModel([String _name = '', String _value = '', Uint8List? _data])
- FilesModel Constructor
- FilesModel.fromMap(dynamic data)
- FilesModel Constructor
Properties
- data → Uint8List?
-
Uint8List getter data
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
String getter value
no setter
- valueName → String
-
String getter valueName
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → dynamic - toMap _Map
-
toString(
) → String -
an override toString _String
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited