fromJson method

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

Implementation

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