String basename(. String path. ) Gets the part of path after the last separator. p.basename('path/to/foo.dart'); // -> 'foo.dart' p.basename('path/to'); ...
確定! 回上一頁