fromEntityPlus method Null safety
- AppModel app,
- SwitchAppEntity entity
override
Implementation
static Future<ActionModel> fromEntityPlus(
AppModel app, SwitchAppEntity entity) async {
return fromEntity(app, entity);
}
static Future<ActionModel> fromEntityPlus(
AppModel app, SwitchAppEntity entity) async {
return fromEntity(app, entity);
}