repoOwner property

String repoOwner
getter/setter pair

GitHub repository owner or organization name.

The username or organization name that owns the target repository. Combined with repoName to form the full repository identifier. Must match the actual repository owner on GitHub.

Example: "flutter-org" or "john-doe"

Implementation

late String repoOwner;