stackoverflowQuestionUrl property

StackoverflowQuestionUrl? stackoverflowQuestionUrl

Parse string to stackoverflow question url

Implementation

StackoverflowQuestionUrl? get stackoverflowQuestionUrl =>
    StackoverflowQuestionUrl.parse(this ?? '');