fromEntityPlus static method

Future<ActionModel> fromEntityPlus(
  1. AppModel app,
  2. OpenDialogEntity entity
)
override

Implementation

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