stackoverflowQuestionUrl property

StackoverflowQuestionUrl? get stackoverflowQuestionUrl

Parse string to stackoverflow question url

Implementation

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