FollowModeScheduleActionStartSettings constructor

FollowModeScheduleActionStartSettings({
  1. required FollowPoint followPoint,
  2. required String referenceActionName,
})

Implementation

FollowModeScheduleActionStartSettings({
  required this.followPoint,
  required this.referenceActionName,
});