remote property
RemoteData?
get
remote
Fetches a Remote with a name from a remoteFile
Implementation
RemoteData? get remote => remoteData.remotes[name];
Fetches a Remote with a name from a remoteFile
RemoteData? get remote => remoteData.remotes[name];