path property

Future<String> get path
override

Implementation

Future<String> get path async {
  return name;
}