NetworkFileModel class

Represents a model for network file information.

Constructors

NetworkFileModel({required int id, required String url, String? fileName, String? extensionFile, double? size})
Constructs a NetworkFileModel object.
NetworkFileModel.fromJson(Map<String, dynamic> json)
Constructs a NetworkFileModel object from a JSON representation.
factory

Properties

extensionFile String?
The extension of the file.
final
fileName String?
The name of the file.
final
hashCode int
The hash code for this object.
no setterinherited
id int
The unique identifier for the network file.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
The size of the file.
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
url String
The URL of the network file.
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