GetMonitorName method
Get the human-readable, UTF-8 encoded name of the specified monitor
Implementation
@override
String GetMonitorName(
num monitor,
) => run(
() => RaylibDebugLabels.GetMonitorName(monitor),
() => rl.Core.GetMonitorName(monitor.toInt()).toD,
);