NetworkFileModel constructor
NetworkFileModel({})
Constructs a NetworkFileModel object.
The id
and url
parameters are required, while the rest are optional.
Implementation
NetworkFileModel({
required this.id,
required this.url,
this.fileName,
this.extensionFile,
this.size,
});