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