empty static method

RemoteFile empty()
override

create RemoteFile Empty

Implementation

static RemoteFile empty() {
  return RemoteFile({});
}