AnnotationProperties class

Optional properties that can be sent with annotation commands (notice, error, and warning)

See: https://docs.github.com/en/rest/reference/checks#create-a-check-run for more information about annotations.

Annotations
  • @immutable

Constructors

AnnotationProperties({String? title, String? file, int? startLine, int? endLine, int? startColumn, int? endColumn})
const

Properties

endColumn int?
The start column for the annotation.
final
endLine int?
The end line for the annotation.
final
file String?
The path of the file for which the annotation should be created.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startColumn int?
The start column for the annotation.
final
startLine int?
The start line for the annotation.
final
title String?
A title for the annotation.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited