Input$CheckAnnotationData class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$CheckAnnotationData({required Enum$CheckAnnotationLevel annotationLevel, required Input$CheckAnnotationRange location, required String message, required String path, String? rawDetails, String? title})
Input$CheckAnnotationData.fromJson(Map<String, dynamic> json)
factory

Properties

annotationLevel Enum$CheckAnnotationLevel
final
hashCode int
The hash code for this object.
no setteroverride
location Input$CheckAnnotationRange
final
message String
final
path String
final
rawDetails String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final

Methods

copyWith({Enum$CheckAnnotationLevel? annotationLevel, Input$CheckAnnotationRange? location, String? message, String? path, String? rawDetails()?, String? title()?}) Input$CheckAnnotationData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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