call abstract method

$R call({
  1. String? repositoryUrl,
  2. String? issueTrackerUrl,
  3. Repository? repository,
  4. int? grantedPoints,
  5. int? maxPoints,
})

Implementation

$R call(
    {String? repositoryUrl,
    String? issueTrackerUrl,
    Repository? repository,
    int? grantedPoints,
    int? maxPoints});