RemoteFile.fromJson constructor

RemoteFile.fromJson(
  1. dynamic obj
)

Implementation

RemoteFile.fromJson(dynamic obj) : this(obj['path'], obj['ref']);