AppWindowDto constructor

AppWindowDto({
  1. required String appName,
  2. required String windowTitle,
})

Constructs an instance of AppWindowDto.

Implementation

AppWindowDto({required this.appName, required this.windowTitle});