file method

  1. @override
File file(
  1. String path
)
override

Child file

Implementation

@override
File file(String path) => newFile(path);