EntityIssue class

Issue related to the entity.

Constructors

EntityIssue({String? code, String? ddl, String? entityType, String? id, String? message, Position? position, String? severity, String? type})
EntityIssue.fromJson(Map json_)

Properties

code String?
Error/Warning code
getter/setter pair
ddl String?
The ddl which caused the issue, if relevant.
getter/setter pair
entityType String?
The entity type (if the DDL is for a sub entity). Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Unique Issue ID.
getter/setter pair
message String?
Issue detailed message
getter/setter pair
position Position?
The position of the issue found, if relevant.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
Severity of the issue Possible string values are:
getter/setter pair
type String?
The type of the issue. Possible string values are:
getter/setter pair

Methods

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.
inherited