tryParseUrl static method

Repository? tryParseUrl(
  1. String input
)

Parses input and return the parsed Repository if successful, or returns null if it was unable to recognize the pattern.

Implementation

static Repository? tryParseUrl(String input) => tryParseRepositoryUrl(input);