TdUploadData constructor
TdUploadData({
- required String id,
- required TdUploadType type,
- required String name,
- String? url,
- TdUploadState state = TdUploadState.loading,
- int percent = 0,
Implementation
TdUploadData({
required this.id,
required this.type,
required this.name,
this.url,
this.state = TdUploadState.loading,
this.percent = 0,
});