path property

Future<String?> get path

Implementation

Future<String?> get path async => (await dir)?.path;