fromEntityPlus static method
Implementation
static Future<ActionModel> fromEntityPlus(
AppModel app, GotoPageEntity entity) async {
return fromEntity(app, entity);
}
static Future<ActionModel> fromEntityPlus(
AppModel app, GotoPageEntity entity) async {
return fromEntity(app, entity);
}