resolve method Null safety

Uri resolve(
  1. String command
)
inherited

Implementation

Uri resolve(String command) => _prefix.resolve(
    command.isEmpty ? _prefix.path.replaceFirst(RegExp('/\$'), '') : command);