toJson method

  1. @override
String toJson(
  1. Directory object
)

Implementation

@override
String toJson(Directory object) => object.path;