from property

int from
getter/setter pair

Source level identifier.

Example:

int from = event.from;
print("Transition entry from: $from");

Implementation

int from;