getTransitions method

List<Map>? getTransitions()

Implementation

List<Map>? getTransitions() {
  return this.transitions;
}