fillName property
String
get
fillName
Implementation
String get fillName {
final tempPath = uri.path;
List<String> list = tempPath.split('/');
return list.last;
}
String get fillName {
final tempPath = uri.path;
List<String> list = tempPath.split('/');
return list.last;
}