ReleaseNotFound.fromTagName constructor

const ReleaseNotFound.fromTagName(
  1. GitHub github,
  2. String? tagName
)

Implementation

const ReleaseNotFound.fromTagName(GitHub github, String? tagName)
    : super(github, 'Release for tagName $tagName Not Found.');