toString method
override
Returns a string representation of this object.
Implementation
String toString() =>
"${this.runtimeType} - id: $id, name: $name, path: $path, size: ${data?.length}";
Returns a string representation of this object.
String toString() =>
"${this.runtimeType} - id: $id, name: $name, path: $path, size: ${data?.length}";