FollowModeScheduleActionStartSettings constructor
FollowModeScheduleActionStartSettings({
- required FollowPoint followPoint,
- required String referenceActionName,
Implementation
FollowModeScheduleActionStartSettings({
required this.followPoint,
required this.referenceActionName,
});