imageNewFile property

String get imageNewFile

获取新的图像文件路径

Returns 新的图像文件路径。

Implementation

static String get imageNewFile {
  return _image + '${Uuid().v4()}';
}