RuleValue class

Class for storing rule values.

ルールの値を格納するためのクラス。

Constructors

RuleValue({required ClassValue classValue, required PathValue pathValue, required ModelAnnotationValue annotationValue, PathValue? mirrorPathValue})
Class for storing rule values.
const

Properties

annotationValue → ModelAnnotationValue
The parsed value of the annotation.
final
classValue → ClassValue
The parsed value of the class.
final
hashCode int
The hash code for this object.
no setterinherited
mirrorPathValue → PathValue?
The parsed value of the mirror path.
final
pathValue → PathValue
The parsed value of the path.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(StringBuffer buffer) StringBuffer
Generate a rule.
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