DeriveCodePropsItem class

Contains information about Derived Code Properties

Constructors

DeriveCodePropsItem(int start, int end, String property, String category, String breaker)
Default constructor

Properties

breaker String
Break
getter/setter pair
category String
Category
getter/setter pair
end int
End of the range
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
property String
Property
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
Start of the range
getter/setter pairinherited

Methods

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

Operators

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