getFileName method
Implementation
String getFileName() {
return this != null && this!.trim().isNotEmpty
? this!
: 'file_${DateTime.now().millisecondsSinceEpoch}';
}
String getFileName() {
return this != null && this!.trim().isNotEmpty
? this!
: 'file_${DateTime.now().millisecondsSinceEpoch}';
}