toJson method

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

Implementation

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