fromJson method

  1. @override
Directory fromJson(
  1. String json
)

Implementation

@override
Directory fromJson(String json) => Directory(json);