Property<CONTEXT> class abstract

A Property is able to read and write property values given an instance

CONTEXT any context information that could be needed during a transformation

Constructors

Property.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(dynamic instance, CONTEXT context) → dynamic
Read a property value given an instance
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(dynamic instance, dynamic value, CONTEXT context) → void
Write a property value given an instance
toString() String
A string representation of this object.
inherited

Operators

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