encode method

  1. @override
String encode(
  1. File self
)

Implementation

@override
String encode(File self) {
  return self.path;
}