frames property

List<IFlowFrame>? get frames

Property getter and setter for frames:

Implementation

List<IFlowFrame>? get frames;
set frames (List<IFlowFrame>? frames)

Implementation

set frames(List<IFlowFrame>? frames);