dmDeviceName property
String
get
dmDeviceName
For a display, specifies the name of the display driver's DLL; for example, "perm3dd" for the 3Dlabs Permedia3 display driver.
Implementation
String get dmDeviceName => _dmDeviceName.toDartString();
set
dmDeviceName
(String value)
Implementation
set dmDeviceName(String value) => _dmDeviceName.setString(value);