FollowModeScheduleActionStartSettings.fromJson constructor
Implementation
factory FollowModeScheduleActionStartSettings.fromJson(
Map<String, dynamic> json) {
return FollowModeScheduleActionStartSettings(
followPoint: (json['followPoint'] as String).toFollowPoint(),
referenceActionName: json['referenceActionName'] as String,
);
}