toEntity method

  1. @override
ActionEntity toEntity({
  1. String? appId,
})
override

Implementation

@override
ActionEntity toEntity({String? appId}) {
  return GotoPageEntity(app.documentID,
      conditions: (conditions != null) ? conditions!.toEntity() : null,
      pageID: pageID);
}