toEntity method Null safety

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

Implementation

@override
ActionEntity toEntity({String? appId}) {
  return OpenDialogEntity(appId,
      conditions: (conditions != null) ? conditions!.toEntity() : null,
      dialogID: dialogID);
}