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