command property
String
get
command
Implementation
String get command {
switch (this) {
case NyxSize.w640h360:
return '640x360';
case NyxSize.w640h480:
return '640x480';
case NyxSize.w1280h720:
return '1280x720';
case NyxSize.w1920h1080:
return '1920x1080';
case NyxSize.w3840h2160:
return '3840x2160';
}
}